RetroArch/menu
Joe Osborn 81b3e128ac
Add checkpointing feature for replay recordings. (#15072)
If cores are not deterministic, or if they only have bounded
determinism, we can obtain less drift if replay files also contain
periodic checkpoint states.  These are configured by the new retroarch
stting replay_checkpoint_interval (measured in seconds).  States are
inserted into the replay file in between frames.

This patch also fixes the settings display for the replay
autoincrement max keep setting.
2023-03-09 23:14:02 +01:00
..
cbs Add checkpointing feature for replay recordings. (#15072) 2023-03-09 23:14:02 +01:00
drivers Replay UI support (#15048) 2023-03-03 00:52:22 +01:00
menu_cbs.h Get rid of obsolete HAVE_VIDEO_LAYOUT - obsolete spec, was only 2023-02-23 21:03:41 +01:00
menu_contentless_cores.c Revert "Header cleanups - don't include retroarch.h everywhere" 2023-01-08 09:05:46 +01:00
menu_defines.h Move enum screensavers to menu_defines.h 2022-11-27 23:08:14 +01:00
menu_dialog.h More hotkey cleanups (#14657) 2022-11-22 14:45:30 +01:00
menu_displaylist.c Add checkpointing feature for replay recordings. (#15072) 2023-03-09 23:14:02 +01:00
menu_displaylist.h Get rid of obsolete HAVE_VIDEO_LAYOUT - obsolete spec, was only 2023-02-23 21:03:41 +01:00
menu_driver.c Replay UI support (#15048) 2023-03-03 00:52:22 +01:00
menu_driver.h Replay UI support (#15048) 2023-03-03 00:52:22 +01:00
menu_entries.h Menu switch icon corrections (#14766) 2022-12-25 18:17:16 +01:00
menu_explore.c Revert "Header cleanups - don't include retroarch.h everywhere" 2023-01-08 09:05:46 +01:00
menu_input_bind_dialog.h (menu) move headers around - no more menu/widgets 2020-06-27 19:33:49 +02:00
menu_input.h Silence more -Wdocumentation warnings 2022-07-15 01:12:04 +02:00
menu_screensaver.c Reduce tertiary operators 2022-09-13 10:28:03 +02:00
menu_screensaver.h Revert "Header cleanups - don't include retroarch.h everywhere" 2023-01-08 09:05:46 +01:00
menu_setting.c Add checkpointing feature for replay recordings. (#15072) 2023-03-09 23:14:02 +01:00
menu_setting.h Get rid of menu_setting_ctl 2021-03-11 08:38:53 +01:00
menu_shader.h Append Preset (#14737) (#14757) 2022-12-22 21:36:32 +01:00