RetroArch/menu
David Guillen Fandos 1c5099051c Adding savestate garbage collector for autoincrement stavestates
As some issues indicate (#6195 #10471 #11008 #6861) 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
..
cbs Adding savestate garbage collector for autoincrement stavestates 2020-11-22 13:26:23 +01:00
drivers Add 'Remove DSP Plugin' menu entry 2020-10-19 11:33:15 +01:00
menu_cbs.h Add option to hide 'Explore' tab + menu clean-ups 2020-07-29 13:01:49 +01:00
menu_defines.h Add option for quitting on close content 2020-10-20 21:45:03 +03:00
menu_dialog.h More struct reordering/alignment 2020-08-14 21:00:04 +02:00
menu_displaylist.c Adding savestate garbage collector for autoincrement stavestates 2020-11-22 13:26:23 +01:00
menu_displaylist.h Struct reorder, alignments 2020-08-14 23:08:33 +02:00
menu_driver.h Add 'Remove DSP Plugin' menu entry 2020-10-19 11:33:15 +01:00
menu_entries.h Turn menu_entry_init into macro 2020-09-13 09:03:21 +02:00
menu_explore.c Explore Menu: Fix heap buffer overflow on initialisation 2020-10-05 10:15:54 +01:00
menu_input.h Reorder structs, alignment 2020-08-15 19:43:17 +02:00
menu_input_bind_dialog.h (menu) move headers around - no more menu/widgets 2020-06-27 19:33:49 +02:00
menu_setting.c Adding savestate garbage collector for autoincrement stavestates 2020-11-22 13:26:23 +01:00
menu_setting.h (Menu) Fix cursor forced to first entry after displaying lists 2020-06-30 13:59:52 +01:00
menu_shader.h Pass state around to menu_shader_manager_free 2020-06-06 18:44:53 +02:00