[Scummvm-git-logs] scummvm master -> a17998af09800b9deb364c47a15fd5f2d56c0046

sev- noreply at scummvm.org
Tue Jul 14 21:35:49 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:
a17998af09 PHOENIXVR: Clarified dracula1 games status. Copy-paste woes


Commit: a17998af09800b9deb364c47a15fd5f2d56c0046
    https://github.com/scummvm/scummvm/commit/a17998af09800b9deb364c47a15fd5f2d56c0046
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-14T23:35:42+02:00

Commit Message:
PHOENIXVR: Clarified dracula1 games status. Copy-paste woes

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 1e93780f846..0bced711400 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -255,7 +255,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "70362765ee83bb822d5bb08948317f23", 98844),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_TESTING,
+		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -265,7 +265,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "195a7b2b6185245b64145f3e43e4f508", 90805),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -285,7 +285,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "5d7d770a74d6035957c7deffc4865e12", 106762),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 




More information about the Scummvm-git-logs mailing list