From aed83e69c96a2afd2bdb939fecbb0a90a5b90adc Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sat, 20 Oct 2018 18:45:43 +0200 Subject: [PATCH] Qt: add tick marks to Master Volume Slider --- rpcs3/Json/tooltips.json | 2 +- rpcs3/rpcs3qt/settings_dialog.ui | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rpcs3/Json/tooltips.json b/rpcs3/Json/tooltips.json index b5d3bc8368..c874915192 100644 --- a/rpcs3/Json/tooltips.json +++ b/rpcs3/Json/tooltips.json @@ -5,7 +5,7 @@ "audioDump": "Saves all audio as a raw wave file. If unsure, leave this unchecked.", "convert": "Uses 16-bit audio samples instead of default 32-bit floating point.\nUse with buggy audio drivers if you have no sound or completely broken sound.", "downmix": "Uses stereo audio output instead of default 7.1 surround sound.\nUse with stereo audio devices. Disable it only if you are using a surround sound audio system.", - "masterVolume": "Controls the overall volume of the emulation." + "masterVolume": "Controls the overall volume of the emulation.\nValues above 100% might reduce the audio quality." }, "cpu": { "PPU": { diff --git a/rpcs3/rpcs3qt/settings_dialog.ui b/rpcs3/rpcs3qt/settings_dialog.ui index 306d165401..97b387c143 100644 --- a/rpcs3/rpcs3qt/settings_dialog.ui +++ b/rpcs3/rpcs3qt/settings_dialog.ui @@ -855,6 +855,12 @@ Qt::Horizontal + + QSlider::TicksBelow + + + 50 +