RetroPie-Setup/scriptmodules/ports/opentyrian/01_fullscreen.diff
Jools Wills b46ea881a5 opentyrian - fix building due to upstream Makefile changes conflicting with our patch
* upstream Makefile now respects CFLAGS environment variables so we can drop out patch for that
 * just include fullscreen patch (now renamed)
2020-08-03 04:20:11 +01:00

13 lines
364 B
Diff

diff --git a/src/config.c b/src/config.c
index c4f4330..4c77a5d 100644
--- a/src/config.c
+++ b/src/config.c
@@ -249,7 +249,7 @@ Config opentyrian_config; // implicitly initialized
bool load_opentyrian_config( void )
{
// defaults
- fullscreen_display = -1;
+ fullscreen_display = 0;
set_scaler_by_name("Scale2x");
Config *config = &opentyrian_config;