1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-02 10:13:39 +00:00
David Guillen Fandos 1c5099051c Adding savestate garbage collector for autoincrement stavestates
As some issues indicate (   ) there's an issue with
the autoincrement save slot feature: slot index will increase and very old
saves won't be deleted.

This commit adds support to delete old save states with a user defined
save state limit (global). Instead of wrapping around the slot counter
it will simply delete the oldest save, since it is simpler.

For now there's a limit of one deletion per save, which ensures a user
cannot delete many saves by accident if they set the limit too low.
2020-11-22 13:26:23 +01:00
..
2020-03-28 01:59:15 +01:00
2020-03-28 01:59:15 +01:00
2020-06-30 05:21:47 +02:00
2020-03-28 01:59:15 +01:00