Update Options.mediawiki
This commit is contained in:
parent
be558f83de
commit
ad10906e9a
|
@ -194,7 +194,7 @@ This is a hack, and as such, '''bugs should be expected when changed from the de
|
|||
|}
|
||||
|
||||
==== Present mode ====
|
||||
Sorted by priority.
|
||||
Sorted by priority. (i.e. if the first doesn't work then the next is tried, and so on.)
|
||||
|
||||
{|
|
||||
! <code>vulkan_allow_present_mode_immediate</code> =
|
||||
|
@ -245,7 +245,9 @@ Allow texture and vertex fetch constants with invalid type - generally unsafe be
|
|||
|}
|
||||
|
||||
==== Vsync ====
|
||||
* '''This does not affect tearing.''' See ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#screen-tearing Screen tearing]'' for D3D12, and ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#user-content-Present_mode Present mode]'' for Vulkan.
|
||||
* '''This does not affect tearing.''' For that, see the following:
|
||||
** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#screen-tearing Screen tearing]'' for D3D12
|
||||
** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#user-content-Present_mode Present mode]'' for Vulkan
|
||||
* ''Disabling this won’t improve the framerate if your PC can’t handle running the game at it’s native FPS.''
|
||||
* Games that speed up with this disabled have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Avsync-off-speedup vsync-off-speedup] label.
|
||||
|
||||
|
@ -343,7 +345,7 @@ Newer Canary versions always have the config in the same place as the executable
|
|||
|
||||
== Video ==
|
||||
=== Vsync interval ===
|
||||
If a game speeds up when vsync is disabled this will also affect game speed.
|
||||
If a game speeds up when [https://github.com/xenia-canary/xenia-canary/wiki/Options#vsync vsync] is disabled this will also affect game speed.
|
||||
|
||||
{|
|
||||
! <code>vsync_interval</code> =
|
||||
|
|
Loading…
Reference in New Issue