reset menu items now work even when paused (note that you have to advance a frame before you'll see the effect).
i don't particularly like this, but it's the best non-intrusive fix for 1 week before release
This commit is contained in:
parent
3d9d8607c3
commit
1fb75159ff
|
@ -467,7 +467,8 @@ namespace BizHawk.MultiClient
|
|||
Global.AutofireStickyXORAdapter.MassToggleStickyState(Global.AutoFireController.PressedButtons);
|
||||
}
|
||||
|
||||
Global.ClickyVirtualPadController.FrameTick();
|
||||
if (!EmulatorPaused)
|
||||
Global.ClickyVirtualPadController.FrameTick();
|
||||
|
||||
#if WINDOWS
|
||||
LuaConsole1.ResumeScripts(false);
|
||||
|
|
Loading…
Reference in New Issue