Fixed flickering
This commit is contained in:
@@ -17,7 +17,8 @@ typedef struct {
|
||||
SDL_GLContext glContext;
|
||||
|
||||
#elif DOLPHIN
|
||||
void *frameBuffer;
|
||||
void *frameBuffer[2];// Double-Bufferred
|
||||
int whichFrameBuffer;
|
||||
GXRModeObj *screenMode;
|
||||
void *fifoBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user