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()
|
||||
{
|
||||
if (s_runahead_frames == 0)
|
||||
return;
|
||||
|
||||
Log_DevPrintf("Runahead rewind pending...");
|
||||
s_runahead_replay_pending = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue