SIO: Bump savestate warning from 1 hour to 2 hours

This commit is contained in:
Ty 2025-03-03 12:04:15 -05:00 committed by Ty
parent 247a4c40d1
commit 9996061f74
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ namespace AutoEject
extern void ClearAll();
} // namespace AutoEject
// ~1 hour of memory card inactivity.
constexpr u32 NUM_FRAMES_BEFORE_SAVESTATE_DEPENDENCY_WARNING = 60 * 60 * 60;
// ~2 hours of memory card inactivity.
constexpr u32 NUM_FRAMES_BEFORE_SAVESTATE_DEPENDENCY_WARNING = 60 * 60 * 60 * 2;
// Set to the current frame count when there is memory card activity.
// Used to detect the last frame when memory card activity was detected,