libretro / mame2016-libretro

Late 2016 version of MAME (0.174) for libretro. Compatible with MAME 0.174 sets.
Other
33 stars 40 forks source link

implement hooks for save states and rewinding via RA ; bugfix auto-save state #22

Closed RetroSven closed 6 years ago

RetroSven commented 6 years ago

implement hooks for save states and rewinding via RA

bugfix when auto-save state option set in MAME options, actually save the state when RA closes the content or exits

@twinaphex I'm aware that I declared variables after the start of the method in save.cpp, but I was mirroring the style of the original author in the read_file/write_file methods upon which the new methods are based