From 619539b7dc891a19b40fd56c6682779d63d53d2f Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Mon, 17 Aug 2015 02:02:26 -0700 Subject: [PATCH] 3DS: Fix video sync --- src/platform/3ds/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {