mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-19 14:55:38 +00:00
System: Don't log rewind pending flag when disabled
This commit is contained in:
parent
84c30703b2
commit
3c2b11fccb
|
@ -2226,6 +2226,9 @@ void DoMemorySaveStates()
|
||||||
|
|
||||||
void SetRunaheadReplayFlag()
|
void SetRunaheadReplayFlag()
|
||||||
{
|
{
|
||||||
|
if (s_runahead_frames == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
Log_DevPrintf("Runahead rewind pending...");
|
Log_DevPrintf("Runahead rewind pending...");
|
||||||
s_runahead_replay_pending = true;
|
s_runahead_replay_pending = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue