[Scummvm-git-logs] scummvm master -> 398938e58ee0e37b343265b8660761ca6cbf0cf9

aquadran noreply at scummvm.org
Sun Jun 12 11:11:33 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:
398938e58e DIRECTOR: Added detection entry for "BR spel"


Commit: 398938e58ee0e37b343265b8660761ca6cbf0cf9
    https://github.com/scummvm/scummvm/commit/398938e58ee0e37b343265b8660761ca6cbf0cf9
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-12T13:11:28+02:00

Commit Message:
DIRECTOR: Added detection entry for "BR spel"

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index cb09a5953b2..8b9b412b0d7 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -685,6 +685,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "bamse2",				"Bamse: Min egen spille-rom" },
 	{ "billetrille1",		"Bille & Trille: Da fantasien slap løs" },
 	{ "billetrille2",		"Bille & Trille: Helt ude i skoven" },
+	{ "brspel",			"BR spel" },
 
 	// Dutch titles
 	{ "beestenboel",		"Beestenboel Zoölogic" },
@@ -5335,6 +5336,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("boitearire", "", "Zlurp", "e402b347a9cf682d2154c70cfefdbf26", 115776, Common::JA_JPN, 601),
 	WINGAME1t_l("boitearire", "", "ZLURP.EXE", "cf81c34b261e9bc9e4af4dffa9298b5f", 1710871, Common::JA_JPN, 601),
 
+	WINGAME1t_l("brspel", "", "START.EXE", "8d1bfc4ea72c1892412f2ecabb96c990", 3465523, Common::DA_DNK, 650),
+
 	MACGAME1("casperact", "", "Casper Activity Center", "904cb6465321d8e1d12d2a5a29612050", 1029165, 600),
 	WINGAME1("casperact", "", "CASPER32.EXE", "a593079aecf5bd938ce75264cac24b2d", 1819279, 600),
 




More information about the Scummvm-git-logs mailing list