(Android Aarch64) Set it to 16:9 aspect ratio to comply with Android TV

policies
This commit is contained in:
twinaphex 2018-09-19 08:31:56 +02:00
parent 60f4e39092
commit b56d4e83ba

View File

@ -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;