mirror of
https://github.com/LemonBoy/grape.git
synced 2024-11-22 07:32:14 +00:00
Don't disable vblank, just don't
This commit is contained in:
parent
d8b825ce6e
commit
a664adb898
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user