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);
|
cmdDumpName = arg.Substring(arg.IndexOf('=') + 1);
|
||||||
else if (arg.StartsWith("--dump-length="))
|
else if (arg.StartsWith("--dump-length="))
|
||||||
int.TryParse(arg.Substring(arg.IndexOf('=') + 1), out autoDumpLength);
|
int.TryParse(arg.Substring(arg.IndexOf('=') + 1), out autoDumpLength);
|
||||||
else if (arg.StartsWith("--dump_close="))
|
else if (arg.StartsWith("--dump-close"))
|
||||||
autoCloseOnDump = true;
|
autoCloseOnDump = true;
|
||||||
else
|
else
|
||||||
cmdRom = arg;
|
cmdRom = arg;
|
||||||
|
|
Loading…
Reference in New Issue