all repos — mgba @ c1a8e32fc1851d5daf719689453531f26b212cc1

mGBA Game Boy Advance Emulator

PSP2: Fix tearing issues (fixes #1211)
Vicki Pfau vi@endrift.com
Mon, 08 Oct 2018 20:18:00 -0700
commit

c1a8e32fc1851d5daf719689453531f26b212cc1

parent

8fd76bc9f53f208c511c776e8406eb05d50e0443

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -125,6 +125,7 @@ - Qt: Fix FPS counter on Windows

- GB, GBA Savedata: Fix leaks when loading masked save (fixes mgba.io/i/1197) - Qt: Fix focus issues with load/save state overlay - GB Video: Fix SGB border hole size + - PSP2: Fix tearing issues (fixes mgba.io/i/1211) Misc: - mGUI: Add SGB border configuration option - mGUI: Add support for different settings types
M src/platform/psp2/main.csrc/platform/psp2/main.c

@@ -36,6 +36,7 @@ }

static void _drawEnd(void) { vita2d_end_drawing(); + vita2d_wait_rendering_done(); vita2d_swap_buffers(); }