summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cfc6ac6a9..a88c378eb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -386,7 +386,7 @@ static void WaitForVBlank(void)
{
gMain.intrCheck &= ~INTR_FLAG_VBLANK;
- while(!(gMain.intrCheck & 0x1))
+ while (!(gMain.intrCheck & INTR_FLAG_VBLANK))
;
}