From 601c42be66c29cac2a546562217afad99a3df581 Mon Sep 17 00:00:00 2001 From: Zach Coleman Date: Sat, 29 Oct 2022 23:31:13 -0400 Subject: Add ProMotion Support to iOS Exports --- main/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main') 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); -- cgit v1.2.3