mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
TEENAGENT: This game uses PAULA audio, not MIDI. Mark it as such.
This commit is contained in:
parent
b4044a6dc7
commit
7b09d4a4d9
@ -56,7 +56,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSPEECH)
|
||||
GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI)
|
||||
},
|
||||
{
|
||||
"teenagent",
|
||||
@ -76,7 +76,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = {
|
||||
Common::CZ_CZE,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_CD,
|
||||
GUIO0()
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
AD_TABLE_END_MARKER,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user