mirror of
https://github.com/LemonBoy/grape.git
synced 2024-11-22 23:30:45 +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();
|
update_input();
|
||||||
frames_done++;
|
frames_done++;
|
||||||
|
|
||||||
if (keysDown()&KEY_START) {
|
if (keysDown()&KEY_START)
|
||||||
irqDisable(IRQ_VBLANK);
|
|
||||||
pause_menu();
|
pause_menu();
|
||||||
irqEnable(IRQ_VBLANK);
|
|
||||||
}
|
|
||||||
|
|
||||||
sound_play();
|
sound_play();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user