[Scummvm-git-logs] scummvm master -> ba88efbe052540c8b569869016038ef3a276b105
bluegr
noreply at scummvm.org
Thu Jul 9 07:26:36 UTC 2026
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:
ba88efbe05 DIRECTOR: Add Opera Fatal Italian Windows detection entry
Commit: ba88efbe052540c8b569869016038ef3a276b105
https://github.com/scummvm/scummvm/commit/ba88efbe052540c8b569869016038ef3a276b105
Author: Gianluca Boiano (morf3089 at gmail.com)
Date: 2026-07-09T10:26:32+03:00
Commit Message:
DIRECTOR: Add Opera Fatal Italian Windows detection entry
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index ee6f7c28c8b..96e329d832f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5610,10 +5610,11 @@ static const DirectorGameDescription gameDescriptions[] = {
"OPERA/SPRINT.DXR", "d:9415903c9259c67731d24a70d9d9e1e0", 694758, 400),
MACGAME2_l("operafatal", "", "OPERA FATAL", "r:f5033f237ad1b1639fc46d01a82ac380", 285310,
"Opera/SPRINT.Dxr", "f:7055a0b9f2385f9b78f55494c8a010d4", 479518, Common::IT_ITA, 404),
- // From bugreport #13466
- // Windows version is identical to regular Windows version
- MACGAME2("operafatal", "Hybrid release", "OPERA FATAL", "f5033f237ad1b1639fc46d01a82ac380", 285310,
- "Opera/SPRINT.Dxr", "26c83c0cac1d40e91487e3a142d29733", 479390, 404),
+ // From bugreport #13466, Italian hybrid Mac/Win CD
+ MACGAME2_l("operafatal", "Hybrid release", "OPERA FATAL", "f5033f237ad1b1639fc46d01a82ac380", 285310,
+ "Opera/SPRINT.Dxr", "26c83c0cac1d40e91487e3a142d29733", 479390, Common::IT_ITA, 404),
+ WINGAME2_l("operafatal", "", "OPERA.EXE", "t:1708e82d4b297a1e74fe683f86521dc4", 697739,
+ "OPERA/SPRINT.DXR", "d:26c83c0cac1d40e91487e3a142d29733", 479390, Common::IT_ITA, 400),
MACDEMO1("orgotto", "Demo", "ORGOTTO", "r:0c7bbb4b24823e5ab871cb4c1d6f3710", 484095, 404),
WINDEMO1("orgotto", "Demo", "ORGOTTO.EXE", "t:46a65dad38808f407277b933b707289e", 760137, 404),
More information about the Scummvm-git-logs
mailing list