mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 17:10:19 +00:00
Update VSync message
Lets the end user know that the VSync option is controlling the guest VSync, not the host. With a message saying that the game may be sped up if if is disabled. I see this being a common issue and hopefully at least one person doesn't make the mistake thanks to this change aha
This commit is contained in:
parent
9a9349f0f4
commit
a0b42396b0
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can-focus">True</property>
|
<property name="can-focus">True</property>
|
||||||
<property name="receives-default">False</property>
|
<property name="receives-default">False</property>
|
||||||
<property name="tooltip-text" translatable="yes">Enables or disables Vertical Sync</property>
|
<property name="tooltip-text" translatable="yes">Enables or disables guest Vertical Sync. This may speed up the game beyond what was intended or increase loading times.</property>
|
||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||
<property name="margin-top">5</property>
|
<property name="margin-top">5</property>
|
||||||
<property name="margin-bottom">5</property>
|
<property name="margin-bottom">5</property>
|
||||||
|
|
Loading…
Reference in a new issue