diff --git a/config.def.h b/config.def.h index 0afc6d1d6f..198c2c3fbb 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) || defind(ANDROID_AARCH64) +#if defined(__CELLOS_LV2) || defined(_XBOX360) || defined(ANDROID_AARCH64) static unsigned aspect_ratio_idx = ASPECT_RATIO_16_9; #elif defined(PSP) static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;