fix crash relating to null AutofireNullControls

This commit is contained in:
zeromus 2011-08-10 04:31:07 +00:00
parent 6f3bc27c59
commit 5bf7b33f4a
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ namespace BizHawk.MultiClient
Global.NullControls = new Controller(NullEmulator.NullController);
Global.AutofireNullControls = new AutofireController(NullEmulator.NullController);
var smsControls = new Controller(SMS.SmsController);
smsControls.BindMulti("Reset", Global.Config.SmsReset);