[Scummvm-git-logs] scummvm master -> 539acd02cefb0607b8fc93818efc4052d9dbc402

somaen noreply at scummvm.org
Fri Feb 9 23:09:38 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:
539acd02ce DIRECTOR: Add detection for Cyberfalsk


Commit: 539acd02cefb0607b8fc93818efc4052d9dbc402
    https://github.com/scummvm/scummvm/commit/539acd02cefb0607b8fc93818efc4052d9dbc402
Author: Einar Johan Trøan Sømåen (somaen at scummvm.org)
Date: 2024-02-10T00:08:17+01:00

Commit Message:
DIRECTOR: Add detection for Cyberfalsk

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 05f3b9fbd4f..58ade9896d1 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1315,6 +1315,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "voyagerkids",		"ボイジャーのキッズ CD-ROM" },
 
 	// Norwegian titles
+	{ "cyberfalsk", 		"Cyberfalsk" },
 	{ "norgesjakten",		"Norgesjakten" },
 
 	// Polish titles
@@ -3768,6 +3769,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("curiocity", "Vol.1", "CURIO CITY", "8719de9c083aca942fc0e5c0a127b6dc", 502589, Common::JA_JPN, 404),
 	WINGAME1_l("curiocity", "Vol.1", "CURIO.EXE", "15a14209211895887d80e650984b9e32", 747389, Common::JA_JPN, 404),
 
+	WINGAME1_l("cyberfalsk", "", "FALSK.EXE", "t:5c9e7e9184f52f3d325bf5474d4ed34a", 692567, Common::NB_NOR, 404),
+
 	WINDEMO1t("d", "Demo", "DDEMO.EXE", "66359d2e80ba536e34cb4f70772a80e1", 697001, 404),
 
 	// MACGAME2("daedalus",   "Minimal",  "DAEDALUS",	   "0c7bbb4b24823e5ab871cb4c1d6f3710", 483490,




More information about the Scummvm-git-logs mailing list