[Scummvm-git-logs] scummvm master -> 70dd5c549e474fdc91eaba72d93fa3e2eda4c7db
bluegr
noreply at scummvm.org
Fri Nov 1 20:38:28 UTC 2024
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:
70dd5c549e DGDS: Add German variant of Rise of the Dragon
Commit: 70dd5c549e474fdc91eaba72d93fa3e2eda4c7db
https://github.com/scummvm/scummvm/commit/70dd5c549e474fdc91eaba72d93fa3e2eda4c7db
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-11-01T22:38:24+02:00
Commit Message:
DGDS: Add German variant of Rise of the Dragon
Changed paths:
engines/dgds/detection_tables.h
diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index c32346247fa..246e6c674e8 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -67,6 +67,21 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Rise of the Dragon (PC) German
+ {
+ "rise",
+ 0,
+ {
+ {"volume.vga", 0, "f4e9cdc69d3177e8eae81ab43ef2e490", 8992},
+ {"volume.001", 0, "0ae4a3512c2fd9b90d1670ed7c351ad6", 1168096},
+ AD_LISTEND
+ },
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_TESTING,
+ GUIO1(GUIO_NONE)
+ },
+
// Rise of the Dragon (PC) 16 Color, 1.2MB disks
{
"rise",
More information about the Scummvm-git-logs
mailing list