Compare commits

...

13 Commits

Author SHA1 Message Date
mintsuki
daaf492656 Binary release v3.18.2 2022-08-29 10:13:56 +00:00
mintsuki
fac3a4bc54 Binary release v3.18.1 2022-08-28 22:33:13 +00:00
mintsuki
34f4e9c222 Binary release v3.18 2022-08-27 11:41:12 +00:00
mintsuki
f635c7e2cd Binary release v3.17.3 2022-08-26 16:48:03 +00:00
mintsuki
99ffad04dd Binary release v3.17.2 2022-08-26 00:57:50 +00:00
mintsuki
0e682f6902 Binary release v3.17.1 2022-08-25 03:24:51 +00:00
mintsuki
92a27afa82 Binary release v3.17 2022-08-25 01:18:43 +00:00
mintsuki
9924b70ac8 Binary release v3.16.3 2022-08-22 16:56:57 +00:00
mintsuki
ebda58a85e Binary release v3.16.2 2022-08-21 05:48:06 +00:00
mintsuki
2317a4aaab Binary release v3.16.1 2022-08-15 16:51:58 +00:00
mintsuki
d16ab69e7a Binary release v3.16 2022-08-14 13:42:55 +00:00
mintsuki
b7012fb936 Binary release v3.15.1 2022-08-12 22:06:42 +00:00
mintsuki
73e38a6b3d Binary release v3.15 2022-08-09 13:29:39 +00:00
10 changed files with 1385 additions and 1355 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -554,8 +554,9 @@ int main(int argc, char *argv[]) {
return EXIT_FAILURE;
}
if (!device_init())
goto cleanup;
if (!device_init()) {
goto undeploy_mode_cleanup;
}
if (undeploy_mode) {
if (undeploy_file == NULL) {

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
#define LIMINE_VERSION "3.14.2"
#define LIMINE_VERSION "3.18.2"
int main(void) {
puts(LIMINE_VERSION);

Binary file not shown.