summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorN <71219152+PokeCodec@users.noreply.github.com>2021-01-22 17:41:07 -0500
committerN <71219152+PokeCodec@users.noreply.github.com>2021-01-22 17:41:07 -0500
commitc636b7c3ae93566fa4af2f7dcdde0f834e1f3630 (patch)
tree3d69a8108899d24a8c8009827a987aad06e2a150 /src/main.c
parente5e390d64bbb99d73f067a335eccdc12ce4bced0 (diff)
Some more tweaks
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f0ad4ce94..992d23ead 100644
--- a/src/main.c
+++ b/src/main.c
@@ -298,7 +298,7 @@ void InitIntrHandlers(void)
REG_IME = 1;
- EnableInterrupts(0x1);
+ EnableInterrupts(INTR_FLAG_VBLANK);
}
void SetVBlankCallback(IntrCallback callback)