mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
wait for button release after save load
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@490 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8004600b2c
commit
446b090cea
3 changed files with 5 additions and 1 deletions
|
@ -1627,6 +1627,7 @@ static void menu_loop_root(void)
|
|||
if (rom_loaded) {
|
||||
if(savestate_menu_loop(1))
|
||||
continue;
|
||||
while (psp_pad_read(1) & BTN_CIRCLE) psp_msleep(50);
|
||||
engineState = PGS_Running;
|
||||
return;
|
||||
}
|
||||
|
@ -1634,6 +1635,7 @@ static void menu_loop_root(void)
|
|||
case MA_MAIN_RESET_GAME:
|
||||
if (rom_loaded) {
|
||||
emu_ResetGame();
|
||||
while (psp_pad_read(1) & BTN_CIRCLE) psp_msleep(50);
|
||||
engineState = PGS_Running;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue