Added more parameters, including to clear CMOS, and removed -O / --debugcfg that was not used at all.

This commit is contained in:
OBattler
2023-10-12 02:07:43 +02:00
parent b44d9d71c5
commit 78ec4927d4
2 changed files with 106 additions and 45 deletions

View File

@@ -78,7 +78,6 @@ extern "C" {
extern uint32_t lang_sys; /* (-) system language code */
extern int dump_on_exit; /* (O) dump regs on exit*/
extern int do_dump_config; /* (O) dump cfg after load */
extern int start_in_fullscreen; /* (O) start in fullscreen */
#ifdef _WIN32
extern int force_debug; /* (O) force debug output */