From 8e470918298bf09a7c18602b6d4a9b22c2753160 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 4 Jul 2015 21:33:41 +0200 Subject: AUDIO: Miles Audio AdLib: read AdLib+OPL3 file Checks if at least one of those exists and reads the one that does Needed for another version of Simon The Sorcerer 2, that only features FAT.OPL --- audio/miles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/miles.h') diff --git a/audio/miles.h b/audio/miles.h index 584460952e..fc19cc35eb 100644 --- a/audio/miles.h +++ b/audio/miles.h @@ -72,7 +72,7 @@ namespace Audio { // Miles Audio actually used 0x4000, because they didn't shift the 2 bytes properly #define MILES_PITCHBENDER_DEFAULT 0x2000 -extern MidiDriver *MidiDriver_Miles_AdLib_create(const Common::String &instrumentDataFilename, const Common::String &instrumentDataFilenameOPL3, Common::SeekableReadStream *instrumentStream = nullptr); +extern MidiDriver *MidiDriver_Miles_AdLib_create(const Common::String &filenameAdLib, const Common::String &filenameOPL3, Common::SeekableReadStream *instrumentStream = nullptr); extern MidiDriver *MidiDriver_Miles_MT32_create(const Common::String &instrumentDataFilename); -- cgit v1.2.3