mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-10 21:05:17 +01:00
Make screen non-static
This commit is contained in:
parent
c41e45b47c
commit
4c0097d100
@ -56,7 +56,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
static SDL_Surface *display;
|
static SDL_Surface *display;
|
||||||
static SDL_Surface *screen;
|
SDL_Surface *screen;
|
||||||
|
|
||||||
/* Standard P96 screen modes */
|
/* Standard P96 screen modes */
|
||||||
#define MAX_SCREEN_MODES 12
|
#define MAX_SCREEN_MODES 12
|
||||||
|
Loading…
Reference in New Issue
Block a user