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 Nov 8, 2023
1 parent 24b02a6 commit e89f8d1
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 e89f8d1

Please sign in to comment.