Merge pull request #2618 from sergiobenrocha2/master

Make Core Provided the default aspect ratio.
This commit is contained in:
Twinaphex 2016-01-04 15:46:34 +01:00
commit a5f193bba2

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