Fix fullscreen.
This commit is contained in:
parent
faa7f10530
commit
301bc62adc
|
@ -53,7 +53,7 @@ static const float xscale = 3.0; // Real x res = 296 * xscale
|
|||
static const float yscale = 3.0; // Real y res = 224 * yscale
|
||||
|
||||
// Fullscreen
|
||||
static bool fullscreen = false; // To start in Fullscreen or not
|
||||
#define START_FULLSCREEN false; // To start in Fullscreen or not
|
||||
static const unsigned fullscreen_x = 1280;
|
||||
static const unsigned fullscreen_y = 720;
|
||||
|
||||
|
|
|
@ -33,5 +33,6 @@
|
|||
|
||||
extern bool verbose;
|
||||
extern SRC_STATE *source;
|
||||
extern bool fullscreen;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue