mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 19:21:49 +01:00
[SDL2] corrected SDL1.2 leftover
This commit is contained in:
parent
e95e79c848
commit
d01c8bed7d
@ -17,7 +17,7 @@ int log_error = 0;
|
||||
int debug_on = 0;
|
||||
int turbo_mode = 0;
|
||||
int use_sound = 1;
|
||||
int fullscreen = 0; /* SDL_FULLSCREEN */
|
||||
int fullscreen = 0; /* SDL_WINDOW_FULLSCREEN */
|
||||
|
||||
struct {
|
||||
SDL_Window* window;
|
||||
|
Loading…
Reference in New Issue
Block a user