Fixed flickering
Some checks failed
Build Dusk / run-tests (push) Successful in 1m42s
Build Dusk / build-psp (push) Has been cancelled
Build Dusk / build-linux (push) Has been cancelled
Build Dusk / build-dolphin (push) Has been cancelled

This commit is contained in:
2026-02-06 13:31:15 -06:00
parent aa5b41fe31
commit 097c8c00f9
6 changed files with 57 additions and 47 deletions

View File

@@ -17,7 +17,8 @@ typedef struct {
SDL_GLContext glContext;
#elif DOLPHIN
void *frameBuffer;
void *frameBuffer[2];// Double-Bufferred
int whichFrameBuffer;
GXRModeObj *screenMode;
void *fifoBuffer;