Debugging functions.

This commit is contained in:
2026-02-04 18:32:20 -06:00
parent dd910a31aa
commit d955fb6430
8 changed files with 107 additions and 3 deletions

View File

@@ -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;