[Scummvm-git-logs] scummvm master -> 97d9ae08f4b9dd34a9725c3b191a7b13b4e461d9

tag2015 noreply at scummvm.org
Thu Jul 6 12:53:49 UTC 2023


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:
97d9ae08f4 AGS: Add detection for Personal Rocket full version


Commit: 97d9ae08f4b9dd34a9725c3b191a7b13b4e461d9
    https://github.com/scummvm/scummvm/commit/97d9ae08f4b9dd34a9725c3b191a7b13b4e461d9
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-07-06T14:53:21+02:00

Commit Message:
AGS: Add detection for Personal Rocket full version

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 4f267702a53..2e81ba87ed5 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4047,6 +4047,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_EN_STEAM("perfecttides", "game.ags", "63f8a60cc094996bd070e68cb3c4722c", 1201066930),  // Mac
 	GAME_ENTRY_EN_STEAM("perfecttides", "game.ags", "63f8a60cc094996bd070e68cb3c4722c", 1201068548),  // Mac v1.0.2
 	GAME_ENTRY("perfidiouspetrolstation", "NancyATPPS.exe", "be858e83311d4f1b49e05b933b92f0a9", 28085287),  // Eng-Deu
+	GAME_ENTRY_EN_STEAM("personalrocket", "PersonalRocket.exe", "7db052bc30700d1f30f5330f5814f519", 76071166),
 	GAME_ENTRY_GOG("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 973495830),
 	GAME_ENTRY_GOG("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 973511911),
 	GAME_ENTRY_GOG("primordia", "primordia.exe", "f2edc9c3161f1f538df9b4c59fc89e24", 978377890), // En-Fr-De-Es




More information about the Scummvm-git-logs mailing list