mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
AUDIO: MT32: Bump MT32 emulation code to libmt32emu 2.5.1
This commit is contained in:
parent
8e2c8ee2d4
commit
9dd2070243
2
NEWS.md
2
NEWS.md
@ -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.
|
||||
|
@ -247,7 +247,7 @@ ROMImage::~ROMImage() {
|
||||
if (ownFile) {
|
||||
const Bit8u *data = file->getData();
|
||||
delete file;
|
||||
delete data;
|
||||
delete[] data;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user