mirror of https://github.com/PCSX2/pcsx2.git
SIO: Bump savestate warning from 1 hour to 2 hours
This commit is contained in:
parent
247a4c40d1
commit
9996061f74
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue