Updated name and description of realtime audio setting

This commit is contained in:
OpenSauce04
2024-05-16 16:20:39 +01:00
parent d53425e3bf
commit d9e80c0285
4 changed files with 6 additions and 6 deletions

View File

@@ -98,10 +98,10 @@
<item>
<widget class="QCheckBox" name="toggle_realtime_audio">
<property name="toolTip">
<string>Simulates the Nintendo 3DS audio for HLE, fixing audio lag when speed is lower from 100%. Might cause audio desync issues</string>
<string>Scales audio playback speed to account for drops in emulation framerate. This means that audio will play at full speed even while the game framerate is low. May cause audio desync issues.</string>
</property>
<property name="text">
<string>Enable real-time audio</string>
<string>Enable realtime audio</string>
</property>
</widget>
</item>