Binary release v3.18

This commit is contained in:
mintsuki 2022-08-27 11:41:12 +00:00
parent f635c7e2cd
commit 34f4e9c222
10 changed files with 1384 additions and 1382 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.17.3"
#define LIMINE_VERSION "3.18"
int main(void) {
puts(LIMINE_VERSION);

Binary file not shown.