mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-06 04:35:29 +02:00
Add keybinding to rewind (backspace by default), if rewind states are enabled. Disable rewind on mobile.
This commit is contained in:
@@ -340,13 +340,16 @@ namespace SaveState
|
||||
return;
|
||||
|
||||
rewindLastTime = time_now();
|
||||
DEBUG_LOG(BOOT, "saving rewind state");
|
||||
rewindStates.Save();
|
||||
}
|
||||
|
||||
void Process()
|
||||
{
|
||||
#ifndef USING_GLES2
|
||||
if (g_Config.iRewindFlipFrequency != 0 && gpuStats.numFlips != 0)
|
||||
CheckRewindState();
|
||||
#endif
|
||||
|
||||
if (!needsProcess)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user