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

whoozle noreply at scummvm.org
Tue Mar 10 21:07:27 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:
b3c0ecc975 PHOENIXVR: mark Loch Ness as testing


Commit: b3c0ecc97513ede9c7b35f54601ac3d2f44dce65
    https://github.com/scummvm/scummvm/commit/b3c0ecc97513ede9c7b35f54601ac3d2f44dce65
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-10T21:07:08Z

Commit Message:
PHOENIXVR: mark Loch Ness as testing

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 39111695a6e..900646be6b9 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -111,7 +111,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "textes.txt", "294efb30581661615359ce234e2e85fb", 1596),
 		Common::EN_USA,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)}
 	,
 
@@ -121,7 +121,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "textes.txt", "f1d44e0b71736e5b0e2516dbfe9bf7e3", 1770),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -131,7 +131,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "textes.txt", "b38570cda689d7994806635e0e34ed7f", 1825),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -141,7 +141,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "textes.txt", "640d6d3f53986b73f97e1eaad700093a", 1732),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -151,7 +151,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "textes.txt", "4474a0c84b6e7363e1d65cc67278b923", 1769),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -161,7 +161,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "textes.txt", "5ea7264941b31b5961860c7016537641", 1776),
 		Common::PT_PRT,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 




More information about the Scummvm-git-logs mailing list