From 21e7c230f4d00d38e11fea974274b73a583346cf Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Sun, 2 Sep 2018 12:13:34 +0200 Subject: rename DOSBox using preferred casing --- src/chips/dosbox_opl3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/chips/dosbox_opl3.cpp b/src/chips/dosbox_opl3.cpp index 37f5e9c..0b9501f 100644 --- a/src/chips/dosbox_opl3.cpp +++ b/src/chips/dosbox_opl3.cpp @@ -76,5 +76,5 @@ void DosBoxOPL3::nativeGenerateN(int16_t *output, size_t frames) const char *DosBoxOPL3::emulatorName() { - return "DosBox 0.74-r4111 OPL3"; + return "DOSBox 0.74-r4111 OPL3"; } -- cgit v1.2.3