From 07d19ba5268dfc9b3e149b0bb0eea7f4d8f76c38 Mon Sep 17 00:00:00 2001 From: N <71219152+PokeCodec@users.noreply.github.com> Date: Fri, 22 Jan 2021 18:40:08 -0500 Subject: [PATCH] Update main.c --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 992d23ead5..f0ad4ce942 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)