diff --git a/pcsx2/Patch.cpp b/pcsx2/Patch.cpp index 81f1360215..281774f7c2 100644 --- a/pcsx2/Patch.cpp +++ b/pcsx2/Patch.cpp @@ -312,7 +312,9 @@ namespace PatchFunc // (translated) messages for display in a popup window then we'll have to upgrade the // exception a little bit. - PatchesCon->WriteLn(cmd + L" " + param); + // print the actual patch lines only in verbose mode (even in devel) + if (DevConWriterEnabled) + DevCon.WriteLn(cmd + L" " + param); try {