Temporary fix for command line args

Set the values for two booleans to prevent potential conflicts when compiling DingusPPC
This commit is contained in:
dingusdev 2021-03-22 21:19:08 -07:00
parent 2d08ded9f4
commit 882b5f3ff3
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ int main(int argc, char** argv) {
app.allow_windows_style_options(); /* we want Windows-style options */
app.allow_extras();
bool realtime_enabled, debugger_enabled;
bool realtime_enabled, debugger_enabled = false;
string machine_str;
string bootrom_path("bootrom.bin");