浏览代码

Use the Vision Pro headset native refresh rate

The headset actually has dynamically adjusting refresh rate, but 90Hz is closer to it's normal operating mode.
Sam Lantinga 1 周之前
父节点
当前提交
12e3162c5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/video/uikit/SDL_uikitmodes.m

+ 1 - 1
src/video/uikit/SDL_uikitmodes.m

@@ -281,7 +281,7 @@ bool UIKit_AddDisplay(bool send_event)
     mode.h = (int)size.height;
     mode.pixel_density = 2;
     mode.format = SDL_PIXELFORMAT_ABGR8888;
-    mode.refresh_rate = 60.0f;
+    mode.refresh_rate = 90.0f;
 
     display.natural_orientation = SDL_ORIENTATION_LANDSCAPE;