You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ While more integrated solutions are being found out, there's probably ways to se
75
75
3. Open Cemu normally through the `Cemu.exe` (not the .bat file!).
76
76
- Cemu's window title should state Cemu 2.6 or newer. Any older version isn't supported.
77
77
- The game should say V208 inside the update column in Cemu's game list. Otherwise it's outdated/not updated, and won't work.
78
-
- Go to `Options`->`General Settings`, and then under the `Graphics` tab make sure that you're using Vulkan and that the right GPU is selected.
78
+
- Go to `Options`->`General Settings`, and then under the `Graphics` tab make sure that you're using Vulkan, that the right GPU is selected and that VSync is turned off.
79
79
80
80
If all that is true, continue to the next step by closing the settings window and then Cemu entirely. Otherwise, fix those issues before continuing.
Copy file name to clipboardExpand all lines: src/rendering/openxr.cpp
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,9 @@ OpenXR::OpenXR() {
48
48
Log::print<WARNING>("OpenXR runtime doesn't support converting time from/to XrTime (XR_KHR_WIN32_CONVERT_PERFORMANCE_COUNTER_TIME). Not required, as of this version.");
49
49
}
50
50
if (!debugUtilsSupported) {
51
+
#if defined(_DEBUG)
51
52
Log::print<INFO>("OpenXR runtime doesn't support debug utils (XR_EXT_DEBUG_UTILS)! Errors/debug information will no longer be able to be shown!");
0 commit comments