mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
2125770236
* Add bsv replay controls (not yet fully implemented), remove toggle see notes in task_movie.c, make sure command.c calls the right functions, check retroarch.c and other todos. bsv files are also now stored with states, not saves. * Compilation fixes * Added command impls for play and record replay, and some code in load state to do the right thing there * Guard some parts of the new code with HAVE_BSV_MOVIE * wip, menu fixes * more menu fixes, osd for movie errors, halt recording properly * Menu and label fixes * move bsvs to own file suffix series under savestates, fix recording and playback command validity checks * Fix replay autoincrement * fix endif placement, whoops --------- Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>