Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Novak <jnovak@skedulo.com>2022-09-04 11:41:41 +0300
committerJohn Novak <jnovak@skedulo.com>2022-09-04 11:41:50 +0300
commiteb67be830d6170f4e22369c99951e787487832aa (patch)
tree5f6ca04cbd5643d826de350ca91abd0e5333dee4
parent303862ef8eb5cca48654b903e53931d4cb76d292 (diff)
Improve mixer layoutjn/mixer-improvements
-rw-r--r--src/hardware/mixer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/mixer.cpp b/src/hardware/mixer.cpp
index 4a8565905..881ab695e 100644
--- a/src/hardware/mixer.cpp
+++ b/src/hardware/mixer.cpp
@@ -2192,7 +2192,7 @@ private:
const std::string &xfeed,
const std::string &reverb,
const std::string &chorus) {
- WriteOut("%-22s %4.0f:%-4.0f %+6.2f:%-+6.2f %-8s %5s %7s %7s\n",
+ WriteOut("%-22s %4.0f:%-4.0f %+6.2f:%-+6.2f %-8s %5s %7s %7s\n",
name.c_str(),
volume.left * 100.0f,
volume.right * 100.0f,
@@ -2204,7 +2204,7 @@ private:
chorus.c_str());
};
- WriteOut(convert_ansi_markup("[color=white]Channel Volume Volume(dB) Mode Xfeed Reverb Chorus[reset]\n")
+ WriteOut(convert_ansi_markup("[color=white]Channel Volume Volume (dB) Mode Xfeed Reverb Chorus[reset]\n")
.c_str());
constexpr auto off_value = "off";