johannes-fetz / joengine

Jo Engine is an open source 2D and 3D game engine for the Sega Saturn written in C under MIT license
http://jo-engine.org/
MIT License
205 stars 32 forks source link

Core: change to reboot and exit to multiplayer #51

Closed slinga-homebrew closed 3 years ago

slinga-homebrew commented 3 years ago

Changed: jo_core_restart_saturn() to restart the Saturn. Before it exited to the Saturn multiplayer. Does not work in Yabause. Added: jo_core_exit_to_multiplayer() exits program to the Saturn multiplayer.

With this change jo_core_restart_saturn() fits it's description better. The functionality to exit to the multiplayer was retained as well but put in a different function.