AUDIO: MT32: Bump MT32 emulation code to libmt32emu 2.5.1

This commit is contained in:
Lothar Serra Mari 2021-07-04 16:27:36 +02:00
parent 8e2c8ee2d4
commit 9dd2070243
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ For a more comprehensive changelog of the latest experimental code, see:
General:
- Switched ScummVM GUI output to UTF-32.
- Updated the Roland MT-32 emulation code to the Munt project's mt32emu 2.5.0.
- Updated the Roland MT-32 emulation code to the Munt project's mt32emu 2.5.1.
- Updated Dropbox Cloud Storage to use the new Dropbox OAuth workflow.
- Major extension to the number of supported graphics scalers.
- Display path to scummvm configuration file in GUI -> Options -> Paths.

View File

@ -247,7 +247,7 @@ ROMImage::~ROMImage() {
if (ownFile) {
const Bit8u *data = file->getData();
delete file;
delete data;
delete[] data;
}
}

View File

@ -18,10 +18,10 @@
#ifndef MT32EMU_CONFIG_H
#define MT32EMU_CONFIG_H
#define MT32EMU_VERSION "2.5.0"
#define MT32EMU_VERSION "2.5.1"
#define MT32EMU_VERSION_MAJOR 2
#define MT32EMU_VERSION_MINOR 5
#define MT32EMU_VERSION_PATCH 0
#define MT32EMU_VERSION_PATCH 1
/* Library Exports Configuration
*

View File

@ -30,7 +30,7 @@ Programmcodes finden Sie auf Englisch unter:
Allgemein:
- Die ScummVM-Benutzeroberfläche unterstützt nun UTF-32.
- Code der Roland MT-32-Emulation auf mt32emu 2.5.0 des Munt-Projekts aktualisiert.
- Code der Roland MT-32-Emulation auf mt32emu 2.5.1 des Munt-Projekts aktualisiert.
- Unterstützung für die neue OAuth-Implementierung von Dropbox hinzugefügt.
- Umfangreiche Verbesserungen an den unterstützten Grafik-Scalern vorgenommen.
- Der Pfad zur ScummVM-Konfigurationsdatei wird nun in der GUI unter Optionen -> Pfade angezeigt.