mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +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)
|
||||
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…
Reference in New Issue
Block a user