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:
parent
db027ddd90
commit
ced1c92879
|
@ -21,7 +21,7 @@
|
||||||
struct fb fb;
|
struct fb fb;
|
||||||
|
|
||||||
static int use_yuv = -1;
|
static int use_yuv = -1;
|
||||||
static int fullscreen = 1;
|
static int fullscreen = 0;
|
||||||
static int use_altenter = 1;
|
static int use_altenter = 1;
|
||||||
static int use_joy = 1, sdl_joy_num;
|
static int use_joy = 1, sdl_joy_num;
|
||||||
static SDL_Joystick * sdl_joy = NULL;
|
static SDL_Joystick * sdl_joy = NULL;
|
||||||
|
|
Loading…
Reference in New Issue