mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
LAB: Game does not use MIDI, mark it as such.
This commit is contained in:
parent
452cceb5c6
commit
5fa83b2839
@ -49,7 +49,7 @@ static const ADGameDescription labDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
{
|
||||
"lab",
|
||||
@ -62,7 +62,7 @@ static const ADGameDescription labDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
Lab::GF_LOWRES | ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
{
|
||||
"lab",
|
||||
@ -76,7 +76,7 @@ static const ADGameDescription labDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
{
|
||||
"lab",
|
||||
@ -85,7 +85,7 @@ static const ADGameDescription labDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformAmiga,
|
||||
Lab::GF_LOWRES | ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user