From a47f7e0550e9eed46e4be2a89fa370aeb5e03b7f Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Tue, 28 Jun 2011 23:43:13 +0000 Subject: [PATCH] Fix crash when no game loads on startup --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 8682e3f23b..378cf4f31c 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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;