diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 22:08:17 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 22:08:17 -0500 |
commit | 27c0dc0fd59f4e71f09313613a1a03bd48e6209d (patch) | |
tree | e566b7f99b62549ba51aa199dd0d6465cc295d57 /src/main.c | |
parent | b92d85fd301c1492b8f03be8a98e61f94eb3171d (diff) |
through sub_800A588
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index b90dc3837..61f6f60a4 100644 --- a/src/main.c +++ b/src/main.c @@ -336,7 +336,7 @@ extern void ProcessDma3Requests(void); static void VBlankIntr(void) { - if (gLinkVSyncDisabled != FALSE) + if (gSerialIsRFU != FALSE) LinkVSync(); else if (gUnknown_03002748 == FALSE) sub_800B9B8(); |