diff --git a/pcsx2/SIO/Sio.h b/pcsx2/SIO/Sio.h index 09e2906194..19d0781097 100644 --- a/pcsx2/SIO/Sio.h +++ b/pcsx2/SIO/Sio.h @@ -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,