summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN <71219152+PokeCodec@users.noreply.github.com>2021-01-22 18:40:08 -0500
committerGitHub <noreply@github.com>2021-01-22 18:40:08 -0500
commit07d19ba5268dfc9b3e149b0bb0eea7f4d8f76c38 (patch)
tree9a5ed6afac89e0edcf3069dcfba6ac182e1be657
parent3102d94e3c938adcca0ec625047925ff109bf39c (diff)
Update 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 992d23ead..f0ad4ce94 100644
--- a/src/main.c
+++ b/src/main.c
@@ -298,7 +298,7 @@ void InitIntrHandlers(void)
REG_IME = 1;
- EnableInterrupts(INTR_FLAG_VBLANK);
+ EnableInterrupts(0x1);
}
void SetVBlankCallback(IntrCallback callback)