Update main.c
This commit is contained in:
parent
3102d94e3c
commit
07d19ba526
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ void InitIntrHandlers(void)
|
|||
|
||||
REG_IME = 1;
|
||||
|
||||
EnableInterrupts(INTR_FLAG_VBLANK);
|
||||
EnableInterrupts(0x1);
|
||||
}
|
||||
|
||||
void SetVBlankCallback(IntrCallback callback)
|
||||
|
|
Loading…
Reference in a new issue