Update Options.mediawiki
This commit is contained in:
parent
fa79cfa627
commit
ebda38b526
|
@ -389,18 +389,18 @@ Newer Canary versions always have the config in the same place as the executable
|
||||||
|}
|
|}
|
||||||
|
|
||||||
== Video ==
|
== Video ==
|
||||||
=== Vsync interval ===
|
=== Vsync FPS ===
|
||||||
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.
|
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> =
|
! <code>vsync_fps</code> =
|
||||||
! <code>#</code> (frametime in milliseconds)
|
! <code>#</code> (frames per second)
|
||||||
|-
|
|-
|
||||||
| x1 (60 FPS, ''default'')
|
| x1 (60 FPS; 30 FPS for 30 FPS games, ''default'')
|
||||||
| <code>16</code>
|
| <code>60</code>
|
||||||
|-
|
|-
|
||||||
| x2 (120 FPS; 60 FPS for 30 FPS games)
|
| x2 (120 FPS; 60 FPS for 30 FPS games)
|
||||||
| <code>8</code>
|
| <code>120</code>
|
||||||
|}
|
|}
|
||||||
|
|
||||||
=== Internal display resolution ===
|
=== Internal display resolution ===
|
||||||
|
|
Loading…
Reference in New Issue