FullscreenUI: Fix default displayed value for FF volume

This commit is contained in:
Stenzek 2025-07-02 20:46:50 +10:00
parent d852149809
commit d4cf7f248c
No known key found for this signature in database

View File

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