in-game menus now adapt to hdmi changes

This commit is contained in:
Shaun Inman 2023-03-03 23:01:03 -05:00
parent 5fb3fc5a9c
commit 3cc0f67a92
5 changed files with 38 additions and 29 deletions

View file

@ -98,6 +98,7 @@ enum {
SDL_Surface* GFX_init(int mode);
SDL_Surface* GFX_resize(int width, int height, int pitch);
int GFX_autosize(SDL_Surface** screen, int* dirty);
void GFX_setMode(int mode);
void GFX_clear(SDL_Surface* screen);
void GFX_clearAll(void);