mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 19:36:21 +00:00
Add HACK to support DOS music in Kyra1 Mac CD based on patch #2767489 "KYRA1: Support for Mac CD".
svn-id: r39962
This commit is contained in:
parent
52fa15561a
commit
3deae9fc8b
@ -1428,7 +1428,9 @@ void KyraEngine_LoK::initStaticResource() {
|
||||
static const char *tIntro98[] = { "intro%d.dat" };
|
||||
static const char *tIngame98[] = { "kyram%d.dat" };
|
||||
|
||||
if (_flags.platform == Common::kPlatformPC) {
|
||||
// FIXME: It seems Kyra1 MAC CD includes AdLib and MIDI music and sfx, thus we enable
|
||||
// support for those for now. (Based on patch #2767489 "Support for Mac Kyrandia 1 CD" by satz).
|
||||
if (_flags.platform == Common::kPlatformPC || _flags.platform == Common::kPlatformMacintosh) {
|
||||
_soundData[0]._fileList = _soundFilesIntro;
|
||||
_soundData[0]._fileListLen = _soundFilesIntroSize;
|
||||
_soundData[0]._cdaTracks = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user