[Scummvm-git-logs] scummvm master -> 45053f481d1c6bb59f471b09069f0a9658241028
sev-
noreply at scummvm.org
Wed Sep 25 15:41:58 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:
45053f481d NGI: Added detection for Lithuanain fullpipe
Commit: 45053f481d1c6bb59f471b09069f0a9658241028
https://github.com/scummvm/scummvm/commit/45053f481d1c6bb59f471b09069f0a9658241028
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-09-25T17:41:43+02:00
Commit Message:
NGI: Added detection for Lithuanain fullpipe
Changed paths:
engines/ngi/detection.cpp
diff --git a/engines/ngi/detection.cpp b/engines/ngi/detection.cpp
index 902b0abda67..def697905c9 100644
--- a/engines/ngi/detection.cpp
+++ b/engines/ngi/detection.cpp
@@ -109,6 +109,20 @@ static const NGIGameDescription gameDescriptions[] = {
GID_FULLPIPE
},
+ // Full Pipe Lithuanian version
+ {
+ {
+ "fullpipe",
+ nullptr,
+ AD_ENTRY1s("4620.sc2", "599bb585a1863733d0010cb37d838d51", 510),
+ Common::LT_LTU,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NOMIDI)
+ },
+ GID_FULLPIPE
+ },
+
// Full Pipe English version
{
{
More information about the Scummvm-git-logs
mailing list