Fix crash when no game loads on startup

This commit is contained in:
andres.delikat 2011-06-28 23:43:13 +00:00
parent 2b677d3245
commit a47f7e0550
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ namespace BizHawk.MultiClient
Global.ActiveController = Global.NullControls;
Global.Sound = new Sound(Handle, Global.DSound);
Global.Sound.StartSound();
RewireInputChain();
//TODO - replace this with some kind of standard dictionary-yielding parser in a separate component
string cmdRom = null;
string cmdLoadState = null;