Debugging functions.
This commit is contained in:
@@ -15,6 +15,12 @@ typedef struct {
|
||||
#if DISPLAY_SDL2
|
||||
SDL_Window *window;
|
||||
SDL_GLContext glContext;
|
||||
|
||||
#elif DOLPHIN
|
||||
void *frameBuffer;
|
||||
GXRModeObj *screenMode;
|
||||
void *fifoBuffer;
|
||||
|
||||
#endif
|
||||
} display_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user