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();
|
||||
gfxSwapBuffersGpu();
|
||||
gspWaitForVBlank();
|
||||
gfxSwapBuffers();
|
||||
gspWaitForVBlank1();
|
||||
hidScanInput();
|
||||
activeKeys = hidKeysHeld() & 0x3FF;
|
||||
if (hidKeysDown() & KEY_X) {
|
||||
|
|
Loading…
Reference in New Issue