summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 00dd99dc3..09ab3f5e4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -316,10 +316,10 @@ extern void ProcessDma3Requests(void);
static void VBlankIntr(void)
{
- if (gWirelessCommType != FALSE)
- LinkVSync();
+ if (gWirelessCommType != 0)
+ RfuVSync();
else if (gLinkVSyncDisabled == FALSE)
- sub_800B9B8();
+ LinkVSync();
gMain.vblankCounter1++;