mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-22 04:31:17 +00:00
Make Core Provided the default aspect ratio.
This commit is contained in:
parent
609e290e6b
commit
1842e613aa
@ -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…
x
Reference in New Issue
Block a user