On SoftReset() reset core frame counter if no movie is active
This commit is contained in:
parent
3cb79b0dc7
commit
668a90fdc6
|
@ -2217,7 +2217,11 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
//is it enough to run this for one frame? maybe..
|
||||
if (Global.Emulator.ControllerDefinition.BoolButtons.Contains("Reset"))
|
||||
{
|
||||
Global.ClickyVirtualPadController.Click("Reset");
|
||||
if (UserMovie.Mode == MOVIEMODE.INACTIVE)
|
||||
Global.Emulator.ResetFrameCounter();
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateStatusSlots()
|
||||
|
|
Loading…
Reference in New Issue