menu: add reset hotkey

This commit is contained in:
notaz 2017-10-03 23:00:39 +03:00
parent e42a47e208
commit 9db6a54485
6 changed files with 9 additions and 2 deletions

View file

@ -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;
}