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:
goyuken 2012-09-17 19:09:10 +00:00
parent 3d9d8607c3
commit 1fb75159ff
1 changed files with 2 additions and 1 deletions

View File

@ -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);