mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Fix line
This commit is contained in:
parent
391f972037
commit
c9dd7db1a0
@ -230,7 +230,7 @@ static const float aspect_ratio = DEFAULT_ASPECT_RATIO;
|
|||||||
/* 1:1 PAR */
|
/* 1:1 PAR */
|
||||||
static const bool aspect_ratio_auto = false;
|
static const bool aspect_ratio_auto = false;
|
||||||
|
|
||||||
#if defined(__CELLOS_LV2) || defined(_XBOX360) || defind(ANDROID_AARCH64)
|
#if defined(__CELLOS_LV2) || defined(_XBOX360) || defined(ANDROID_AARCH64)
|
||||||
static unsigned aspect_ratio_idx = ASPECT_RATIO_16_9;
|
static unsigned aspect_ratio_idx = ASPECT_RATIO_16_9;
|
||||||
#elif defined(PSP)
|
#elif defined(PSP)
|
||||||
static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;
|
static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user