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

sev- noreply at scummvm.org
Mon Feb 6 08:30:57 UTC 2023


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:
e936bd1c81 EFH: Actually plug in debug flags


Commit: e936bd1c812b4d0b1814db54fc350d9e26e139f9
    https://github.com/scummvm/scummvm/commit/e936bd1c812b4d0b1814db54fc350d9e26e139f9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-06T09:30:30+01:00

Commit Message:
EFH: Actually plug in debug flags

Changed paths:
    engines/efh/detection.cpp


diff --git a/engines/efh/detection.cpp b/engines/efh/detection.cpp
index 81f13ff46dd..cf1192c9930 100644
--- a/engines/efh/detection.cpp
+++ b/engines/efh/detection.cpp
@@ -75,6 +75,10 @@ public:
 	const char *getOriginalCopyright() const override {
 		return "Escape From Hell (C) Electronic Arts, 1990";
 	}
+
+	const DebugChannelDef *getDebugChannels() const override {
+		return debugFlagList;
+	}
 };
 
 } // End of namespace efh




More information about the Scummvm-git-logs mailing list