summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-14 08:44:32 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-14 08:44:32 -0500
commit3bb450645b65fee8a901521d148ab87f81f8f20b (patch)
tree41efebaa2102146c14e0dce08f334f7af236d882 /src/main.c
parent6f8da5dcb66d16954800c73a67b3cd06f8ac0702 (diff)
LinkVSync
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++;