fix crash relating to null AutofireNullControls
This commit is contained in:
parent
6f3bc27c59
commit
5bf7b33f4a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue