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;