mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +00:00
Merge pull request #2618 from sergiobenrocha2/master
Make Core Provided the default aspect ratio.
This commit is contained in:
commit
a5f193bba2
@ -498,7 +498,7 @@ static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;
|
|||||||
#elif defined(RARCH_CONSOLE)
|
#elif defined(RARCH_CONSOLE)
|
||||||
static unsigned aspect_ratio_idx = ASPECT_RATIO_4_3;
|
static unsigned aspect_ratio_idx = ASPECT_RATIO_4_3;
|
||||||
#else
|
#else
|
||||||
static unsigned aspect_ratio_idx = ASPECT_RATIO_CONFIG;
|
static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Save configuration file on exit. */
|
/* Save configuration file on exit. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user