From 1842e613aab1d9d7fae6495fabf0704e77af6d0a Mon Sep 17 00:00:00 2001 From: sergiobenrocha2 Date: Sun, 3 Jan 2016 21:20:56 -0200 Subject: [PATCH] Make Core Provided the default aspect ratio. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3d6f748fb5..dd9bf047bd 100644 --- a/config.def.h +++ b/config.def.h @@ -498,7 +498,7 @@ static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE; #elif defined(RARCH_CONSOLE) static unsigned aspect_ratio_idx = ASPECT_RATIO_4_3; #else -static unsigned aspect_ratio_idx = ASPECT_RATIO_CONFIG; +static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE; #endif /* Save configuration file on exit. */