[Scummvm-git-logs] scummvm master -> e7043b49b5c0a35d4c67dd7551e072704a600c8d
sev-
sev at scummvm.org
Tue Sep 21 23:36:49 UTC 2021
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:
e7043b49b5 Revert "MYST3: Add detection for PS2 prototype"
Commit: e7043b49b5c0a35d4c67dd7551e072704a600c8d
https://github.com/scummvm/scummvm/commit/e7043b49b5c0a35d4c67dd7551e072704a600c8d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-09-22T01:36:26+02:00
Commit Message:
Revert "MYST3: Add detection for PS2 prototype"
This reverts commit f87eed8b1b7e587d815b3024584af87f99dddff2.
Changed paths:
engines/myst3/detection.cpp
diff --git a/engines/myst3/detection.cpp b/engines/myst3/detection.cpp
index b71d4895fa..3c343501ad 100644
--- a/engines/myst3/detection.cpp
+++ b/engines/myst3/detection.cpp
@@ -179,20 +179,6 @@ static const Myst3GameDescription gameDescriptions[] = {
0
},
- {
- // Myst 3 PS2 Preview Build 6/02
- {
- "myst3",
- _s("PS2 version is not yet supported"),
- AD_ENTRY1s("RSRC.m3r", "1850580ada496acdc06b41f1d82b4ede", 331930989),
- Common::UNK_LANG,
- Common::kPlatformPS2,
- ADGF_UNSUPPORTED,
- GUIO_NONE
- },
- 0
- },
-
{ AD_TABLE_END_MARKER, 0 }
};
More information about the Scummvm-git-logs
mailing list