slinga-homebrew / Save-Game-Copier

Copy Sega Saturn save game files
GNU General Public License v3.0
48 stars 8 forks source link

Reset to Bios Menu option #16

Closed RevQuixo closed 3 years ago

RevQuixo commented 3 years ago

Not sure this is possible to trigger, but it would be nice to have an exit function for those of us using an ODE to gracefully exit the program. This could be done by triggering a system reset to "reboot" the Saturn.

slinga-homebrew commented 3 years ago

I'm currently hooking ABC + Start to bring the user back to the title screen. You would prefer to have it exit to the built? Maybe I can add a menu option to restart. Shouldn't be hard, I just need to see what function to call.

slinga-homebrew commented 3 years ago

I added a reboot option in version 3.2.0. Let me know if that works.