mirror of
https://github.com/colby-swandale/waterfoul
synced 2025-01-13 08:01:18 +01:00
interrupt Vblank
This commit is contained in:
parent
db5044effa
commit
faf994fb89
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ module Waterfoul
|
|||
@mode = V_BLANK_STATE
|
||||
@vblank_line = 0
|
||||
@auxillary_modeclock = @modeclock
|
||||
Interrupt.request_interrupt(Interrupt::INTERRUPT_VBLANK)
|
||||
if @hide_frames > 0
|
||||
@hide_frames -= 1
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue