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

sev- sev at scummvm.org
Fri Jul 16 20:03:47 UTC 2021


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:
b53c87bf67 DIRECTOR: Re-add 32bpp debug flag


Commit: b53c87bf67c071c78c14a7877bec5a8af27c5bc2
    https://github.com/scummvm/scummvm/commit/b53c87bf67c071c78c14a7877bec5a8af27c5bc2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-07-16T22:03:13+02:00

Commit Message:
DIRECTOR: Re-add 32bpp debug flag

Changed paths:
    engines/director/detection.cpp


diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index bbf4e106f0..d53ae56a5a 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -48,6 +48,7 @@ static struct CustomTarget {
 };
 
 static const DebugChannelDef debugFlagList[] = {
+	{Director::kDebug32bpp, "32bpp", "Work in 32bpp mode"},
 	{Director::kDebugCompile, "compile", "Lingo Compilation"},
 	{Director::kDebugCompileOnly, "compileonly", "Skip Lingo code execution"},
 	{Director::kDebugDesktop, "desktop", "Show the Classic Mac desktop"},




More information about the Scummvm-git-logs mailing list