Make Core Provided the default aspect ratio.

This commit is contained in:
sergiobenrocha2 2016-01-03 21:20:56 -02:00
parent 609e290e6b
commit 1842e613aa

View File

@ -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. */