From b56d4e83ba684a7f2118e2949ce5279be3989407 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 19 Sep 2018 08:31:56 +0200 Subject: [PATCH] (Android Aarch64) Set it to 16:9 aspect ratio to comply with Android TV policies --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 4c6f029205..0afc6d1d6f 100644 --- a/config.def.h +++ b/config.def.h @@ -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;