[Scummvm-git-logs] scummvm branch-2-3 -> dfb1dab24e8c4f71ef03e6a8c1deb06efc107a2f
aquadran
aquadran at gmail.com
Tue Sep 14 06:00:38 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:
dfb1dab24e GRIM: Restore remastered game entry but add as not supported
Commit: dfb1dab24e8c4f71ef03e6a8c1deb06efc107a2f
https://github.com/scummvm/scummvm/commit/dfb1dab24e8c4f71ef03e6a8c1deb06efc107a2f
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2021-09-14T08:00:34+02:00
Commit Message:
GRIM: Restore remastered game entry but add as not supported
Changed paths:
engines/grim/detection.cpp
diff --git a/engines/grim/detection.cpp b/engines/grim/detection.cpp
index 190824a79d..ad1bf87fe4 100644
--- a/engines/grim/detection.cpp
+++ b/engines/grim/detection.cpp
@@ -355,7 +355,19 @@ static const GrimGameDescription gameDescriptions[] = {
},
GType_GRIM
},
-
+ {
+ // Grim Fandango Remastered
+ {
+ "grim",
+ _s("Missing game code"), // Reason for being unsupported
+ AD_ENTRY1s("VOX0001.LAB", "0ff872fb353707fbdb9579038d4cf31c", 382736476),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_REMASTERED | ADGF_UNSUPPORTED,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
{
// Escape from Monkey Island English
{
More information about the Scummvm-git-logs
mailing list