3DS: Fix video sync

This commit is contained in:
Jeffrey Pfau 2015-08-17 02:02:26 -07:00
parent f453dbd7f1
commit 619539b7dc
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ int main() {
} }
} }
gfxFlushBuffers(); gfxFlushBuffers();
gfxSwapBuffersGpu(); gfxSwapBuffers();
gspWaitForVBlank(); gspWaitForVBlank1();
hidScanInput(); hidScanInput();
activeKeys = hidKeysHeld() & 0x3FF; activeKeys = hidKeysHeld() & 0x3FF;
if (hidKeysDown() & KEY_X) { if (hidKeysDown() & KEY_X) {