mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:55:45 -04:00
CommonHostInterface: Add onscreen indicator for rewind
This commit is contained in:
@ -2368,6 +2368,11 @@ bool LoadRewindState(u32 skip_saves /*= 0*/, bool consume_state /*=true */)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool IsRewinding()
|
||||
{
|
||||
return (s_rewind_load_frequency >= 0);
|
||||
}
|
||||
|
||||
void SetRewinding(bool enabled)
|
||||
{
|
||||
if (enabled)
|
||||
|
@ -237,6 +237,7 @@ void CalculateRewindMemoryUsage(u32 num_saves, u64* ram_usage, u64* vram_usage);
|
||||
void ClearMemorySaveStates();
|
||||
void UpdateMemorySaveStateSettings();
|
||||
bool LoadRewindState(u32 skip_saves = 0, bool consume_state = true);
|
||||
bool IsRewinding();
|
||||
void SetRewinding(bool enabled);
|
||||
void SetRunaheadReplayFlag();
|
||||
|
||||
|
Reference in New Issue
Block a user