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:
RMED24 2022-06-11 18:04:24 +01:00 committed by GitHub
parent 9a9349f0f4
commit a0b42396b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>