It probably works now. It needs testing.
@@ -165,8 +165,7 @@
},
{
"value": "refreshrate.auto_switch",
- "default": false,
- "platforms_excluded": "oe_rpi"
+ "default": false
"value": "refreshrate.delay",
@@ -254,11 +254,6 @@ bool PlayerComponent::switchDisplayFrameRate()
return false;
}
-#ifdef TARGET_RPI
- QLOG_DEBUG() << "Refresh-rate auto switching is disabled on the RPI in this version.";
- return false;
-#endif
-
bool fs = SettingsComponent::Get().value(SETTINGS_SECTION_MAIN, "fullscreen").toBool();
#if KONVERGO_OPENELEC
fs = true;