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

kelmer44 noreply at scummvm.org
Thu Jun 4 07:51:14 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:
fa9c5e6b54 PELROCK: Mark the game as TESTING, build by default.


Commit: fa9c5e6b5473f9a4ddec3e9bcb03a7bd0cbf8fa1
    https://github.com/scummvm/scummvm/commit/fa9c5e6b5473f9a4ddec3e9bcb03a7bd0cbf8fa1
Author: kelmer (kelmer at gmail.com)
Date: 2026-06-04T09:51:06+02:00

Commit Message:
PELROCK: Mark the game as TESTING, build by default.

Changed paths:
    engines/pelrock/configure.engine
    engines/pelrock/detection_tables.h


diff --git a/engines/pelrock/configure.engine b/engines/pelrock/configure.engine
index a4ac40cb140..df86a2957c3 100644
--- a/engines/pelrock/configure.engine
+++ b/engines/pelrock/configure.engine
@@ -1,3 +1,3 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
-add_engine pelrock "Pelrock" no "" "" "" ""
+add_engine pelrock "Pelrock" yes "" "" "" ""
diff --git a/engines/pelrock/detection_tables.h b/engines/pelrock/detection_tables.h
index 87467325e96..103e74e38c1 100644
--- a/engines/pelrock/detection_tables.h
+++ b/engines/pelrock/detection_tables.h
@@ -37,7 +37,7 @@ const ADGameDescription gameDescriptions[] = {
 		),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_ALTERNATE_TIMING, GAMEOPTION_PLAY_INTRO, GAMEOPTION_DISABLE_SCREENSAVER)
 	},
 




More information about the Scummvm-git-logs mailing list