From 38dfedd93669b4e4a60284f2760d294925a6ad17 Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 3 Mar 2025 12:04:15 -0500 Subject: [PATCH] SIO: Bump savestate warning from 1 hour to 2 hours --- pcsx2/SIO/Sio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,