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

sev- noreply at scummvm.org
Thu Nov 7 23:54:37 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:
e01586046b SWORD2: Added Remastered engine to the detection and mark as unsupported. Bug #15324


Commit: e01586046bbf28993945acb91b867fcd4a049d7f
    https://github.com/scummvm/scummvm/commit/e01586046bbf28993945acb91b867fcd4a049d7f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T00:54:27+01:00

Commit Message:
SWORD2: Added Remastered engine to the detection and mark as unsupported. Bug #15324

Changed paths:
    engines/sword2/detection_tables.h


diff --git a/engines/sword2/detection_tables.h b/engines/sword2/detection_tables.h
index 7dd5d30be88..8fdfe93b4dd 100644
--- a/engines/sword2/detection_tables.h
+++ b/engines/sword2/detection_tables.h
@@ -21,6 +21,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "common/translation.h"
+
 namespace Sword2 {
 
 static const ADGameDescription gameDescriptions[] = {
@@ -412,6 +414,18 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{	// Remastered version, not supported
+		"sword2",
+		_s("Remastered edition is not supported. Please, use the classic version"),
+		AD_ENTRY2s("general.clu", "5b237f3d0bbe05ceb94e271616c6e560", 33964,
+				   "docks.clu",   "9b5ddad1fb436b4897df9c6632cccbbe", 21641864),
+		Common::UNK_LANG,
+		Common::kPlatformUnknown,
+		ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list