[Scummvm-git-logs] scummvm master -> 5731135e38c160b8aaedbbf5bed034acb0ced556

eriktorbjorn noreply at scummvm.org
Mon Jun 16 05:39:50 UTC 2025


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:
5731135e38 AWE: Add copy protection option to Amiga version


Commit: 5731135e38c160b8aaedbbf5bed034acb0ced556
    https://github.com/scummvm/scummvm/commit/5731135e38c160b8aaedbbf5bed034acb0ced556
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-06-16T07:38:58+02:00

Commit Message:
AWE: Add copy protection option to Amiga version

Changed paths:
    engines/awe/detection_tables.h


diff --git a/engines/awe/detection_tables.h b/engines/awe/detection_tables.h
index 900c198a576..1af36546cf0 100644
--- a/engines/awe/detection_tables.h
+++ b/engines/awe/detection_tables.h
@@ -115,7 +115,7 @@ const AweGameDescription gameDescriptions[] = {
 			Common::EN_ANY,
 			Common::kPlatformAmiga,
 			ADGF_UNSTABLE,
-			GUIO1(GUIO_NONE)
+			GUIO1(GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_AMIGA
 	},




More information about the Scummvm-git-logs mailing list