mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
Merge pull request #68044 from ztc0611/ios-promotion
Add ProMotion/High Refresh Rate Support to iOS Exports
This commit is contained in:
commit
2bd9a6fe8d
4 changed files with 12 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue