aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2019-10-05 22:17:54 +0200
committerEugene Sandulenko2019-10-05 22:18:29 +0200
commit4e629e4f916d4fd92a81f0be329ef85ebac8d5e0 (patch)
tree80b52f0fbb367d4a414b4a541115ee286a401255 /engines/saga
parentdfff7a5b5eee83be494b091d3497a379ad60fdf1 (diff)
downloadscummvm-rg350-4e629e4f916d4fd92a81f0be329ef85ebac8d5e0.tar.gz
scummvm-rg350-4e629e4f916d4fd92a81f0be329ef85ebac8d5e0.tar.bz2
scummvm-rg350-4e629e4f916d4fd92a81f0be329ef85ebac8d5e0.zip
SAGA: Add Windows trial version of ITE for reference (not supported)
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/detection_tables.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 308fb27fba..f569c480cc 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -571,6 +571,33 @@ static const SAGAGameDescription gameDescriptions[] = {
NULL,
},
+#if 0
+ // Inherit the earth - Windows Trial
+ // Not supported and will not be supported, as fixing it
+ // enables whole game. Currently, it crashes.
+ {
+ {
+ "ite",
+ "Trial/Not supported",
+ {
+ {"ite.rsc", GAME_RESOURCEFILE, "a6433e34b97b15e64fe8214651012db9", 8927169},
+ {"scripts.rsc", GAME_SCRIPTFILE, "bbf929f1e6d6f2af30c41d078798f5c1", 335927},
+ { NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_CD,
+ GUIO0()
+ },
+ GID_ITE,
+ 0,
+ ITE_DEFAULT_SCENE,
+ &ITE_Resources,
+ ARRAYSIZE(ITE_GameFonts),
+ ITE_GameFonts,
+ NULL,
+ },
+#endif
// ITE floppy versions ////////////////////////////////////////////////////////////////////////////////////