Merge pull request #1315 from PokeCodec/patch-3
Use INTR_FLAG_VBLANK instead of constant 0x1
This commit is contained in:
commit
b0de03356b
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ void InitIntrHandlers(void)
|
||||||
|
|
||||||
REG_IME = 1;
|
REG_IME = 1;
|
||||||
|
|
||||||
EnableInterrupts(0x1);
|
EnableInterrupts(INTR_FLAG_VBLANK);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetVBlankCallback(IntrCallback callback)
|
void SetVBlankCallback(IntrCallback callback)
|
||||||
|
|
Loading…
Reference in a new issue