fix issue 119
This commit is contained in:
parent
7d7c062822
commit
8755bc88f6
|
@ -261,7 +261,7 @@ namespace BizHawk.MultiClient
|
|||
cmdDumpName = arg.Substring(arg.IndexOf('=') + 1);
|
||||
else if (arg.StartsWith("--dump-length="))
|
||||
int.TryParse(arg.Substring(arg.IndexOf('=') + 1), out autoDumpLength);
|
||||
else if (arg.StartsWith("--dump_close="))
|
||||
else if (arg.StartsWith("--dump-close"))
|
||||
autoCloseOnDump = true;
|
||||
else
|
||||
cmdRom = arg;
|
||||
|
|
Loading…
Reference in New Issue