mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
Who started this trend? :)
MT-32 emulator should be handled just like all other drivers, except that it should always be considered native MT-32. svn-id: r15952
This commit is contained in:
parent
5c6a1fcb2d
commit
1b638b829e
@ -202,9 +202,6 @@ int SagaEngine::init(GameDetector &detector) {
|
||||
_music->setNativeMT32(native_mt32);
|
||||
_music->setAdlib(adlib);
|
||||
|
||||
if (midiDriver == MD_MT32)
|
||||
_music->setPassThrough(true);
|
||||
|
||||
if (!_musicEnabled) {
|
||||
debug(0, "Music disabled.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user