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

yuv422 noreply at scummvm.org
Sun Mar 2 11:16:16 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:
f997e6dd76 DARKSEED: Mark Korean, Chinese and English floppy versions as ready for testing


Commit: f997e6dd76cd397afcd4d4450794ea120dfb3724
    https://github.com/scummvm/scummvm/commit/f997e6dd76cd397afcd4d4450794ea120dfb3724
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2025-03-02T22:14:17+11:00

Commit Message:
DARKSEED: Mark Korean, Chinese and English floppy versions as ready for testing

Changed paths:
    engines/darkseed/detection_tables.h


diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 451ae0ee6cf..b95b8afa4c0 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -33,7 +33,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "e20ca609f2acb623e0076ef2288673b2", 147016),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 {
@@ -51,7 +51,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "ba87f00c3a51ca3e3bb218fc58f128eb", 121662),
 		Common::ZH_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
     { // unpacked exe
@@ -60,7 +60,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "0fc2751aa16cac26ad3aa9d1cbbb5c7b", 209208),
 		Common::ZH_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 {
@@ -69,7 +69,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "62a636d3d6b19336d059cd2f8b1a365f", 154450),
 		Common::KO_KOR,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 	{




More information about the Scummvm-git-logs mailing list