diff --git a/src/platform/3ds/main.c b/src/platform/3ds/main.c index 06597460c..f93983d4d 100644 --- a/src/platform/3ds/main.c +++ b/src/platform/3ds/main.c @@ -77,8 +77,8 @@ int main() { } } gfxFlushBuffers(); - gfxSwapBuffersGpu(); - gspWaitForVBlank(); + gfxSwapBuffers(); + gspWaitForVBlank1(); hidScanInput(); activeKeys = hidKeysHeld() & 0x3FF; if (hidKeysDown() & KEY_X) {