[Scummvm-git-logs] scummvm master -> a9396211692f37f97e76138fe7532a083e38a192
sev-
sev at scummvm.org
Sat May 16 22:07:15 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a939621169 PETKA: Engine doesn't use midi, mark the games as such
Commit: a9396211692f37f97e76138fe7532a083e38a192
https://github.com/scummvm/scummvm/commit/a9396211692f37f97e76138fe7532a083e38a192
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2020-05-17T00:07:11+02:00
Commit Message:
PETKA: Engine doesn't use midi, mark the games as such
Changed paths:
engines/petka/detection_tables.h
diff --git a/engines/petka/detection_tables.h b/engines/petka/detection_tables.h
index efc5cdc238..c7378561b9 100644
--- a/engines/petka/detection_tables.h
+++ b/engines/petka/detection_tables.h
@@ -35,7 +35,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DEMO,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
@@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
@@ -59,7 +59,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
More information about the Scummvm-git-logs
mailing list