sdl backend: default to fullscreen off

1) it's impossible to use debugger in fullscreen
2) default is scale 1x so it's unusable for playing anyway
This commit is contained in:
rofl0r 2017-11-22 17:15:10 +00:00
parent db027ddd90
commit ced1c92879
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
struct fb fb;
static int use_yuv = -1;
static int fullscreen = 1;
static int fullscreen = 0;
static int use_altenter = 1;
static int use_joy = 1, sdl_joy_num;
static SDL_Joystick * sdl_joy = NULL;