mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-21 07:31:34 +00:00
Temporary fix for command line args
Set the values for two booleans to prevent potential conflicts when compiling DingusPPC
This commit is contained in:
parent
2d08ded9f4
commit
882b5f3ff3
2
main.cpp
2
main.cpp
@ -64,7 +64,7 @@ int main(int argc, char** argv) {
|
|||||||
app.allow_windows_style_options(); /* we want Windows-style options */
|
app.allow_windows_style_options(); /* we want Windows-style options */
|
||||||
app.allow_extras();
|
app.allow_extras();
|
||||||
|
|
||||||
bool realtime_enabled, debugger_enabled;
|
bool realtime_enabled, debugger_enabled = false;
|
||||||
string machine_str;
|
string machine_str;
|
||||||
string bootrom_path("bootrom.bin");
|
string bootrom_path("bootrom.bin");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user