[Scummvm-git-logs] scummvm master -> 0ae7db07ea88270d038a3175ee573f57fb51516f

sev- sev at scummvm.org
Tue Aug 25 18:08:59 UTC 2020


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:
0ae7db07ea CINE: Added detection for another FR floppy OS. Bug #11617


Commit: 0ae7db07ea88270d038a3175ee573f57fb51516f
    https://github.com/scummvm/scummvm/commit/0ae7db07ea88270d038a3175ee573f57fb51516f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-25T20:08:29+02:00

Commit Message:
CINE: Added detection for another FR floppy OS. Bug #11617

Changed paths:
    engines/cine/detection_tables.h


diff --git a/engines/cine/detection_tables.h b/engines/cine/detection_tables.h
index a99043ddb8..cfccd22bc6 100644
--- a/engines/cine/detection_tables.h
+++ b/engines/cine/detection_tables.h
@@ -374,6 +374,20 @@ static const CINEGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	{ // Submitted by Kurufinwe21 in #11617
+		{
+			"os",
+			"",
+			AD_ENTRY1s("procs01", "3f9edde60ccb380f716942c5b059d1d5", 14116),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUIO0()
+		},
+		GType_OS,
+		0,
+	},
+
 	{
 		{
 			"os",




More information about the Scummvm-git-logs mailing list