[Scummvm-git-logs] scummvm master -> d2437540083f493f28388242a6e0a8935cb8ea19

eriktorbjorn noreply at scummvm.org
Thu Nov 13 06:02:02 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
d243754008 AGDS: Add English NiBiRu detection entry


Commit: d2437540083f493f28388242a6e0a8935cb8ea19
    https://github.com/scummvm/scummvm/commit/d2437540083f493f28388242a6e0a8935cb8ea19
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-11-13T07:01:00+01:00

Commit Message:
AGDS: Add English NiBiRu detection entry

It only shows a black screen, though.

Changed paths:
    engines/agds/detection_tables.h


diff --git a/engines/agds/detection_tables.h b/engines/agds/detection_tables.h
index 96592d21c2c..d253dad47a3 100644
--- a/engines/agds/detection_tables.h
+++ b/engines/agds/detection_tables.h
@@ -42,6 +42,14 @@ static const ADGameDescription gameDescriptions[] = {
 	 ADGF_DROPPLATFORM,
 	 GUIO1(GUIO_NONE)},
 
+	{"nibiru",
+	 0,
+	 AD_ENTRY1s("gfx1.grp", "40a7a88f77c35305b6aba0329ed8a9ac", 381768750),
+	 Common::EN_USA,
+	 Common::kPlatformWindows,
+	 ADGF_DROPPLATFORM | AGDS_V2 | ADGF_UNSTABLE,
+	 GUIO1(GUIO_NONE)},
+
 	{"nibiru",
 	 0,
 	 AD_ENTRY1s("gfx1.grp", "c8e711bc01b16cd82849cbd996d02642", 381768360),




More information about the Scummvm-git-logs mailing list