From 9d76a6bb0002ad1607c9dcfbe67ef86e918c8674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= <fr500@users.noreply.github.com> Date: Mon, 26 Nov 2018 18:59:50 -0500 Subject: [PATCH] Update config.def.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 85a7104506..38882709db 100644 --- a/config.def.h +++ b/config.def.h @@ -240,7 +240,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) || defined(ANDROID_AARCH64) +#if defined(__CELLOS_LV2) || defined(_XBOX360) static unsigned aspect_ratio_idx = ASPECT_RATIO_16_9; #elif defined(PSP) static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;