mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 07:55:42 -04: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()
|
||||
{
|
||||
if (s_runahead_frames == 0)
|
||||
return;
|
||||
|
||||
Log_DevPrintf("Runahead rewind pending...");
|
||||
s_runahead_replay_pending = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user