mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix video sync
This commit is contained in:
parent
f453dbd7f1
commit
619539b7dc
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue