Update strings for iOS STK

This commit is contained in:
Benau
2020-06-13 16:16:27 +08:00
parent 5ca51fd2a9
commit d2474f79aa
4 changed files with 132 additions and 105 deletions

View File

@@ -260,7 +260,8 @@ float MainLoop::getLimitedDt()
// When in menus, reduce FPS much, it's not necessary to push to the
// maximum for plain menus
#ifdef IOS_STK
// For iOS devices seems that they has fps locked at 60 anyway
// For iOS devices most at locked at 60, for new iPad Pro supports 120
// which is currently m_max_fps
const int max_fps =
UserConfigParams::m_swap_interval == 2 ? 30 :
UserConfigParams::m_swap_interval == 1 ? 60 :