Fix crash when no game loads on startup
This commit is contained in:
parent
2b677d3245
commit
a47f7e0550
|
@ -115,7 +115,7 @@ namespace BizHawk.MultiClient
|
||||||
Global.ActiveController = Global.NullControls;
|
Global.ActiveController = Global.NullControls;
|
||||||
Global.Sound = new Sound(Handle, Global.DSound);
|
Global.Sound = new Sound(Handle, Global.DSound);
|
||||||
Global.Sound.StartSound();
|
Global.Sound.StartSound();
|
||||||
|
RewireInputChain();
|
||||||
//TODO - replace this with some kind of standard dictionary-yielding parser in a separate component
|
//TODO - replace this with some kind of standard dictionary-yielding parser in a separate component
|
||||||
string cmdRom = null;
|
string cmdRom = null;
|
||||||
string cmdLoadState = null;
|
string cmdLoadState = null;
|
||||||
|
|
Loading…
Reference in New Issue