mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Oops....
svn-id: r7700
This commit is contained in:
parent
d50b070168
commit
3703ed51dc
@ -635,7 +635,7 @@ int GameDetector::detectMain() {
|
||||
* default, OR if the game is an older game that doesn't
|
||||
* support anything else anyway. */
|
||||
#ifndef __PALM_OS__ // currently adlib is not supported, is this really needed ?
|
||||
if ((_midi_driver == MD_AUTO && _features & GF_ADLIB_DEFAULT) || GF_SMALL_HEADER) {
|
||||
if ((_midi_driver == MD_AUTO && _features & GF_ADLIB_DEFAULT) || _features & GF_SMALL_HEADER) {
|
||||
_midi_driver = MD_ADLIB;
|
||||
_use_adlib = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user