winport:
- fix initialize autodetect_method (revert r4101);
This commit is contained in:
parent
d628ede53b
commit
266eccb5d5
|
@ -55,7 +55,7 @@ CommandLine::CommandLine()
|
|||
, arm9_gdb_port(0)
|
||||
, arm7_gdb_port(0)
|
||||
, start_paused(FALSE)
|
||||
, autodetect_method(0)
|
||||
, autodetect_method(-1)
|
||||
{
|
||||
#ifndef _MSC_VER
|
||||
disable_sound = 0;
|
||||
|
@ -155,6 +155,7 @@ bool CommandLine::parse(int argc,char **argv)
|
|||
CommonSettings.DebugConsole = true;
|
||||
}
|
||||
|
||||
if (autodetect_method != -1)
|
||||
CommonSettings.autodetectBackupMethod = autodetect_method;
|
||||
|
||||
//TODO NOT MAX PRIORITY! change ARM9BIOS etc to be a std::string
|
||||
|
|
Loading…
Reference in New Issue