diff options
author | N <71219152+PokeCodec@users.noreply.github.com> | 2021-01-22 18:40:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 18:40:08 -0500 |
commit | 07d19ba5268dfc9b3e149b0bb0eea7f4d8f76c38 (patch) | |
tree | 9a5ed6afac89e0edcf3069dcfba6ac182e1be657 | |
parent | 3102d94e3c938adcca0ec625047925ff109bf39c (diff) |
Update main.c
-rw-r--r-- | src/main.c | 2 |
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) |