mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Assorted debugger-related fixes
Also fixes issue where the rewind machinery would run even during pause.
This commit is contained in:
@@ -275,6 +275,9 @@ namespace SaveState
|
||||
if (g_Config.iRewindSnapshotInterval <= 0) {
|
||||
return;
|
||||
}
|
||||
if (coreState != CORE_RUNNING) {
|
||||
return;
|
||||
}
|
||||
|
||||
// For fast-forwarding, otherwise they may be useless and too close.
|
||||
double now = time_now_d();
|
||||
|
||||
Reference in New Issue
Block a user