diff --git a/core/config/project_settings.cpp b/core/config/project_settings.cpp index 69c753ce6874..69a7bc11da69 100644 --- a/core/config/project_settings.cpp +++ b/core/config/project_settings.cpp @@ -103,6 +103,8 @@ const PackedStringArray ProjectSettings::_get_supported_features() { #ifdef GLES3_ENABLED features.append("GL Compatibility"); #endif + + features.append("RetroHub"); return features; }