Bumped the version number back to 4.3.

This commit is contained in:
OBattler
2024-11-13 06:32:19 +01:00
parent f6d89766b0
commit 988f567f3d
6 changed files with 10 additions and 7 deletions

View File

@@ -452,6 +452,8 @@ delete_nvr_file(uint8_t flash)
fn = NULL;
}
extern void device_find_all_descs(void);
/*
* Perform initial startup of the PC.
*
@@ -636,6 +638,7 @@ usage:
dump_missing = 1;
} else if (!strcasecmp(argv[c], "--donothing") || !strcasecmp(argv[c], "-Y")) {
do_nothing = 1;
device_find_all_descs();
} else if (!strcasecmp(argv[c], "--keycodes") || !strcasecmp(argv[c], "-K")) {
if ((c + 1) == argc)
goto usage;