Skip to content

Commit 12e3162

Browse files
committed
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.
1 parent 2cb9a4f commit 12e3162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video/uikit/SDL_uikitmodes.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ bool UIKit_AddDisplay(bool send_event)
281281
mode.h = (int)size.height;
282282
mode.pixel_density = 2;
283283
mode.format = SDL_PIXELFORMAT_ABGR8888;
284-
mode.refresh_rate = 60.0f;
284+
mode.refresh_rate = 90.0f;
285285

286286
display.natural_orientation = SDL_ORIENTATION_LANDSCAPE;
287287

0 commit comments

Comments
 (0)