mirror of
https://github.com/libretro/RetroArch
synced 2025-02-13 21:40:27 +00:00
Typo
This commit is contained in:
parent
3b9ddde051
commit
85d7429d36
2
config.h
2
config.h
@ -52,7 +52,7 @@ static const float xscale = 4.0; // Real x res = 296 * xscale
|
||||
static const float yscale = 4.0; // Real y res = 224 * yscale
|
||||
|
||||
// Fullscreen
|
||||
static bool fullscreen = false; // To start in Fullscreen on not
|
||||
static bool fullscreen = false; // To start in Fullscreen or not
|
||||
static const unsigned fullscreen_x = 1280;
|
||||
static const unsigned fullscreen_y = 720;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user