From c9dd7db1a0d1c21e86740d2bae3468a396d835ca Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 19 Sep 2018 09:43:16 +0200 Subject: [PATCH] Fix line --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;