mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(Android Aarch64) Set it to 16:9 aspect ratio to comply with Android TV
policies
This commit is contained in:
parent
60f4e39092
commit
b56d4e83ba
@ -230,7 +230,7 @@ static const float aspect_ratio = DEFAULT_ASPECT_RATIO;
|
||||
/* 1:1 PAR */
|
||||
static const bool aspect_ratio_auto = false;
|
||||
|
||||
#if defined(__CELLOS_LV2) || defined(_XBOX360)
|
||||
#if defined(__CELLOS_LV2) || defined(_XBOX360) || defind(ANDROID_AARCH64)
|
||||
static unsigned aspect_ratio_idx = ASPECT_RATIO_16_9;
|
||||
#elif defined(PSP)
|
||||
static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user