mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 06:00:48 +00:00
Player_V2A now compile with PalmOS port
svn-id: r10844
This commit is contained in:
parent
9033d3dbab
commit
e00c16b4a9
@ -666,10 +666,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst)
|
|||||||
// Init iMuse
|
// Init iMuse
|
||||||
if (_features & GF_DIGI_IMUSE) {
|
if (_features & GF_DIGI_IMUSE) {
|
||||||
_musicEngine = _imuseDigital = new IMuseDigital(this);
|
_musicEngine = _imuseDigital = new IMuseDigital(this);
|
||||||
#ifndef __PALM_OS__
|
|
||||||
} else if ((_features & GF_AMIGA) && (_version == 2)) {
|
} else if ((_features & GF_AMIGA) && (_version == 2)) {
|
||||||
_musicEngine = new Player_V2A(this);
|
_musicEngine = new Player_V2A(this);
|
||||||
#endif
|
|
||||||
} else if ((_features & GF_AMIGA) && (_version == 3)) {
|
} else if ((_features & GF_AMIGA) && (_version == 3)) {
|
||||||
_musicEngine = new Player_V3A(this);
|
_musicEngine = new Player_V3A(this);
|
||||||
} else if ((_features & GF_AMIGA) && (_version < 5)) {
|
} else if ((_features & GF_AMIGA) && (_version < 5)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user