Skip to content

Commit

Permalink
SIO: Bump savestate warning from 1 hour to 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Mar 3, 2025
1 parent 247a4c4 commit 9996061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcsx2/SIO/Sio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9996061

Please sign in to comment.