mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
menu: add reset hotkey
This commit is contained in:
parent
e42a47e208
commit
9db6a54485
6 changed files with 9 additions and 2 deletions
|
@ -1141,6 +1141,8 @@ static void run_events_ui(unsigned int which)
|
|||
emu_status_msg("SAVE SLOT %i [%s]", state_slot,
|
||||
emu_check_save_file(state_slot, NULL) ? "USED" : "FREE");
|
||||
}
|
||||
if (which & PEV_RESET)
|
||||
emu_reset_game();
|
||||
if (which & PEV_MENU)
|
||||
engineState = PGS_Menu;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue