mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Fix fullscreen.
This commit is contained in:
parent
faa7f10530
commit
9554b01df1
@ -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
Block a user