mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-06 10:10:09 +00:00
FullscreenUI: Fix default displayed value for FF volume
This commit is contained in:
parent
d852149809
commit
d4cf7f248c
@ -6251,7 +6251,7 @@ void FullscreenUI::DrawAudioSettingsPage()
|
||||
0, 200, "%d%%");
|
||||
DrawIntRangeSetting(bsi, FSUI_ICONVSTR(ICON_PF_FAST_FORWARD, "Fast Forward Volume"),
|
||||
FSUI_VSTR("Controls the volume of the audio played on the host when fast forwarding."), "Audio",
|
||||
"FastForwardVolume", 200, 0, 100, "%d%%");
|
||||
"FastForwardVolume", 100, 0, 200, "%d%%");
|
||||
DrawToggleSetting(bsi, FSUI_ICONVSTR(ICON_FA_VOLUME_XMARK, "Mute All Sound"),
|
||||
FSUI_VSTR("Prevents the emulator from producing any audible sound."), "Audio", "OutputMuted",
|
||||
false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user