From a3785e894c562e721a08c1ac7f6c443bcb4c402a Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Fri, 1 Jun 2018 00:29:36 +0300 Subject: Warning fixes and append "r4111" into name of DosBox emulator --- src/chips/dosbox_opl3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chips/dosbox_opl3.cpp') diff --git a/src/chips/dosbox_opl3.cpp b/src/chips/dosbox_opl3.cpp index 9669fa3..f1fcce4 100644 --- a/src/chips/dosbox_opl3.cpp +++ b/src/chips/dosbox_opl3.cpp @@ -108,5 +108,5 @@ int DosBoxOPL3::generateAndMix32(int32_t *output, size_t frames) const char *DosBoxOPL3::emulatorName() { - return "DosBox 0.74 OPL3"; + return "DosBox 0.74-r4111 OPL3"; } -- cgit v1.2.3