short-circuit EmulatorPaused setter when value isn't changing
This commit is contained in:
parent
c50a4f4e6a
commit
7c38810e9e
|
@ -951,6 +951,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private set
|
||||
{
|
||||
_didMenuPause = false; // overwritten where relevant
|
||||
if (_emulatorPaused == value) return;
|
||||
if (_emulatorPaused && !value) // Unpausing
|
||||
{
|
||||
InitializeFpsData();
|
||||
|
|
Loading…
Reference in New Issue