[Scummvm-git-logs] scummvm master -> 9d28a6265b0a60db5f4e0d407da346e605e7c47d
bluegr
noreply at scummvm.org
Mon Apr 4 14:02:15 UTC 2022
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:
9d28a6265b SAGA: ITE: Add detection for hebrew fan translation
Commit: 9d28a6265b0a60db5f4e0d407da346e605e7c47d
https://github.com/scummvm/scummvm/commit/9d28a6265b0a60db5f4e0d407da346e605e7c47d
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2022-04-04T17:02:11+03:00
Commit Message:
SAGA: ITE: Add detection for hebrew fan translation
Changed paths:
engines/saga/detection_tables.h
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 0f34742c52c..cbdcef05c32 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -754,6 +754,30 @@ static const SAGAGameDescription gameDescriptions[] = {
ITEPatch_Files,
},
+ // Inherit the earth - Hebrew fan translation
+ {
+ {
+ "ite",
+ "CD Version",
+ {
+ {"ite.rsc", GAME_RESOURCEFILE, "b9354a4c2d138f680306e4baf8585e9d", -1},
+ {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1},
+ AD_LISTEND
+ },
+ Common::HE_ISR,
+ Common::kPlatformUnknown,
+ ADGF_CD,
+ GUIO0()
+ },
+ GID_ITE,
+ 0,
+ ITE_DEFAULT_SCENE,
+ &ITE_Resources,
+ ARRAYSIZE(ITE_GameFonts),
+ ITE_GameFonts,
+ NULL,
+ },
+
// Inherit the earth - DOS CD German version
// reported by mld. Bestsellergamers cover disk
{
More information about the Scummvm-git-logs
mailing list