Merge pull request #68044 from ztc0611/ios-promotion

Add ProMotion/High Refresh Rate Support to iOS Exports
This commit is contained in:
Rémi Verschelde 2022-10-31 23:03:30 +01:00
commit 2bd9a6fe8d
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 12 additions and 6 deletions

View file

@ -1826,6 +1826,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
PROPERTY_HINT_RANGE,
"0,33200,1,or_greater")); // No negative numbers
GLOBAL_DEF("display/window/ios/allow_high_refresh_rate", true);
GLOBAL_DEF("display/window/ios/hide_home_indicator", true);
GLOBAL_DEF("display/window/ios/hide_status_bar", true);
GLOBAL_DEF("display/window/ios/suppress_ui_gesture", true);