[Scummvm-git-logs] scummvm master -> 4b9cefef2c95f1a3e54581a83f2cc5d56abe9846
Die4Ever
noreply at scummvm.org
Mon Sep 12 04:50:28 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:
4b9cefef2c GROOVIE: UHP Beta detection entry (#4264)
Commit: 4b9cefef2c95f1a3e54581a83f2cc5d56abe9846
https://github.com/scummvm/scummvm/commit/4b9cefef2c95f1a3e54581a83f2cc5d56abe9846
Author: Die4Ever (30947252+Die4Ever at users.noreply.github.com)
Date: 2022-09-11T23:50:23-05:00
Commit Message:
GROOVIE: UHP Beta detection entry (#4264)
suggested by realisticrain on Discord
Changed paths:
engines/groovie/detection.cpp
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index b81610844ed..6ac4af8db02 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -220,6 +220,9 @@ static const GroovieGameDescription gameDescriptions[] = {
// Funsoft (1997-02-14)
UHPENTRY("", "tpot.grv", "30d06af7669004f1ea7a99a5ebdb6935", 10469, "trt7g.gjd", nullptr, -1, DE_DEU, kPlatformWindows, BASE_FLAGS),
+ // Uncle Henry's Playhouse Beta Version PC English (1996-09-05)
+ UHPENTRY("", "tpot.grv", "123113a26d4bdad6d1f88a53ec6b28a3", 11686, "tpt.gjd", nullptr, -1, EN_ANY, kPlatformWindows, BASE_FLAGS),
+
/*==== Tender Loving Care ====*/
// Tender Loving Care PC English (CD-ROM 1998-05-01)
TLCENTRY("CD", "tlcmain.grv", "47c235155de5103e72675fe7294720b8", 17479, "tlcnav.gjd", nullptr, -1, EN_ANY, kPlatformWindows, ADGF_CD),
More information about the Scummvm-git-logs
mailing list