Don't disable vblank, just don't

This commit is contained in:
LemonBoy 2014-05-01 12:46:46 +02:00
parent d8b825ce6e
commit a664adb898
1 changed files with 1 additions and 4 deletions

View File

@ -99,11 +99,8 @@ void emu_run ()
update_input();
frames_done++;
if (keysDown()&KEY_START) {
irqDisable(IRQ_VBLANK);
if (keysDown()&KEY_START)
pause_menu();
irqEnable(IRQ_VBLANK);
}
sound_play();