Update main.c

This commit is contained in:
N 2021-01-22 18:40:08 -05:00 committed by GitHub
parent 3102d94e3c
commit 07d19ba526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ void InitIntrHandlers(void)
REG_IME = 1;
EnableInterrupts(INTR_FLAG_VBLANK);
EnableInterrupts(0x1);
}
void SetVBlankCallback(IntrCallback callback)