[Scummvm-git-logs] scummvm master -> 636a751c6d94a8aaf838f956c8b958e92254e775

dreammaster noreply at scummvm.org
Mon Feb 10 15:50:42 UTC 2025


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:
636a751c6d GOT: Mark detections as testing


Commit: 636a751c6d94a8aaf838f956c8b958e92254e775
    https://github.com/scummvm/scummvm/commit/636a751c6d94a8aaf838f956c8b958e92254e775
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-02-10T07:48:40-08:00

Commit Message:
GOT: Mark detections as testing

Changed paths:
    engines/got/detection_tables.h


diff --git a/engines/got/detection_tables.h b/engines/got/detection_tables.h
index ad5c10ad4cd..6557ef4cb6e 100644
--- a/engines/got/detection_tables.h
+++ b/engines/got/detection_tables.h
@@ -33,7 +33,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "0fe859bcfd06772be0885bf510c2877d", 739732),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_UNSTABLE,
+		 ADGF_TESTING,
 		 GUIO1(GUIO_NOSPEECH)
 	},
 	{
@@ -42,7 +42,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "c316221a3b9d12a838faef55fde2f34c", 482738),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_UNSTABLE | ADGF_DEMO,
+		 ADGF_TESTING | ADGF_DEMO,
 		 GUIO1(GUIO_NOSPEECH)
 	},
 	{
@@ -51,7 +51,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "747ed508ffa3808156a4eb080e9859f8", 739710),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_UNSTABLE,
+		 ADGF_TESTING,
 		 GUIO1(GUIO_NOSPEECH)
 	},
 	{
@@ -60,7 +60,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "c443aa09450566ee32998c3ebb15cbaa", 485858),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_UNSTABLE | ADGF_DEMO,
+		 ADGF_TESTING | ADGF_DEMO,
 		 GUIO1(GUIO_NOSPEECH)
 	},
 




More information about the Scummvm-git-logs mailing list