aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/detection.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-11 20:12:25 -0700
committerPaul Gilbert2019-07-11 20:12:25 -0700
commita39a0c76aeb8fd28daa9558ce30902f31bbdcde7 (patch)
treed03d346267d2ab2dc1959e986c96b1d4cdce21da /engines/glk/detection.h
parent9d7e942b9cf58601367ee58af44c8a934e0c37b1 (diff)
downloadscummvm-rg350-a39a0c76aeb8fd28daa9558ce30902f31bbdcde7.tar.gz
scummvm-rg350-a39a0c76aeb8fd28daa9558ce30902f31bbdcde7.tar.bz2
scummvm-rg350-a39a0c76aeb8fd28daa9558ce30902f31bbdcde7.zip
GLK: TADS2: Add detection entries for remaining games
Diffstat (limited to 'engines/glk/detection.h')
-rw-r--r--engines/glk/detection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/glk/detection.h b/engines/glk/detection.h
index 4b8b9dd625..96f2970f16 100644
--- a/engines/glk/detection.h
+++ b/engines/glk/detection.h
@@ -127,6 +127,9 @@ struct GlkDetectionEntry {
#define DT_ENTRY0(ID, MD5, FILESIZE) { ID, "", MD5, FILESIZE, Common::EN_ANY }
#define DT_ENTRY1(ID, EXTRA, MD5, FILESIZE) { ID, EXTRA, MD5, FILESIZE, Common::EN_ANY }
+#define DT_ENTRYL0(ID, LANG, MD5, FILESIZE) { ID, "", MD5, FILESIZE, LANG }
+#define DT_ENTRYL1(ID, LANG, EXTRA, MD5, FILESIZE) { ID, EXTRA, MD5, FILESIZE, LANG }
+
#define DT_END_MARKER { nullptr, nullptr, nullptr, Common::EN_ANY }
} // End of namespace Glk