LinkVSync

This commit is contained in:
PikalaxALT
2017-11-14 08:44:32 -05:00
parent 6f8da5dcb6
commit 3bb450645b
7 changed files with 69 additions and 85 deletions

View File

@@ -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++;