mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-04 14:35:05 -06:00
qt: Fixed some setting tooltips not having automatic line breaks
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (appimage-wayland) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (googleplay) (push) Has been cancelled
citra-build / android (vanilla) (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (appimage-wayland) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (googleplay) (push) Has been cancelled
citra-build / android (vanilla) (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
This commit is contained in:
parent
f010863ece
commit
37e688f82d
@ -88,7 +88,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="toggle_audio_stretching">
|
<widget class="QCheckBox" name="toggle_audio_stretching">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>This post-processing effect adjusts audio speed to match emulation speed and helps prevent audio stutter. This however increases audio latency.</string>
|
<string><html><head/><body><p>This post-processing effect adjusts audio speed to match emulation speed and helps prevent audio stutter. This however increases audio latency.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable audio stretching</string>
|
<string>Enable audio stretching</string>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="toggle_realtime_audio">
|
<widget class="QCheckBox" name="toggle_realtime_audio">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Scales audio playback speed to account for drops in emulation framerate. This means that audio will play at full speed even while the application framerate is low. May cause audio desync issues.</string>
|
<string><html><head/><body><p>Scales audio playback speed to account for drops in emulation framerate. This means that audio will play at full speed even while the application framerate is low. May cause audio desync issues.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable realtime audio</string>
|
<string>Enable realtime audio</string>
|
||||||
|
|||||||
@ -127,7 +127,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="image_source_label">
|
<widget class="QLabel" name="image_source_label">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select where the image of the emulated camera comes from. It may be an image or a real camera.</string>
|
<string><html><head/><body><p>Select where the image of the emulated camera comes from. It may be an image or a real camera.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Camera Image Source</string>
|
<string>Camera Image Source</string>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="image_source">
|
<widget class="QComboBox" name="image_source">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select where the image of the emulated camera comes from. It may be an image or a real camera.</string>
|
<string><html><head/><body><p>Select where the image of the emulated camera comes from. It may be an image or a real camera.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|||||||
@ -310,7 +310,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="toggle_vsync">
|
<widget class="QCheckBox" name="toggle_vsync">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>VSync prevents the screen from tearing, but some graphics cards have lower performance with VSync enabled. Keep it enabled if you don't notice a performance difference.</string>
|
<string><html><head/><body><p>VSync prevents the screen from tearing, but some graphics cards have lower performance with VSync enabled. Keep it enabled if you don't notice a performance difference.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable VSync</string>
|
<string>Enable VSync</string>
|
||||||
|
|||||||
@ -187,7 +187,7 @@
|
|||||||
<string>Compress installed CIA content</string>
|
<string>Compress installed CIA content</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Compresses the content of CIA files when installed to the emulated SD card. Only affects CIA content which is installed while the setting is enabled.</string>
|
<string><html><head/><body><p>Compresses the content of CIA files when installed to the emulated SD card. Only affects CIA content which is installed while the setting is enabled.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user