diff --git a/Core/Config.cpp b/Core/Config.cpp index 915acc82dfad..81c0be55b886 100644 --- a/Core/Config.cpp +++ b/Core/Config.cpp @@ -576,7 +576,7 @@ static ConfigSetting generalSettings[] = { #ifdef __ANDROID__ ConfigSetting("ScreenRotation", &g_Config.iScreenRotation, ROTATION_AUTO_HORIZONTAL), #endif - ConfigSetting("InternalScreenRotation", &g_Config.iInternalScreenRotation, ROTATION_LOCKED_HORIZONTAL), + ConfigSetting("InternalScreenRotation", &g_Config.iInternalScreenRotation, ROTATION_LOCKED_HORIZONTAL, true, true), ConfigSetting("BackgroundAnimation", &g_Config.iBackgroundAnimation, 1, true, false), ConfigSetting("UITint", &g_Config.fUITint, 0.0, true, false),