diff options
author | Zach Coleman <ztc0611@gmail.com> | 2022-10-29 23:31:13 -0400 |
---|---|---|
committer | Zach Coleman <ztc0611@gmail.com> | 2022-10-31 09:33:39 -0400 |
commit | 601c42be66c29cac2a546562217afad99a3df581 (patch) | |
tree | a0752f112fab61f884bfb991be9cacbf932450bf /main | |
parent | 6a9317c9fc8f943586a8cbe6d0d6be6e356add28 (diff) |
Add ProMotion Support to iOS Exports
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index a5196da939..17b2e392bd 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1820,6 +1820,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); |