Skip to content

Commit

Permalink
Add "RetroHub" feature to give user warning when trying to modify pro…
Browse files Browse the repository at this point in the history
…ject on vanilla Godot
  • Loading branch information
rsubtil committed Jan 16, 2024
1 parent eea8d3a commit 5f558f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/config/project_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ const PackedStringArray ProjectSettings::_get_supported_features() {
#ifdef GLES3_ENABLED
features.append("GL Compatibility");
#endif

features.append("RetroHub");
return features;
}

Expand Down

0 comments on commit 5f558f9

Please sign in to comment.