mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Make Core Provided the default aspect ratio.
This commit is contained in:
parent
609e290e6b
commit
1842e613aa
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue