mirror of https://github.com/PCSX2/pcsx2.git
patches: print the actual patch lines only in verbose mode
This commit is contained in:
parent
56b2c009cd
commit
5e88afe978
|
@ -312,7 +312,9 @@ namespace PatchFunc
|
||||||
// (translated) messages for display in a popup window then we'll have to upgrade the
|
// (translated) messages for display in a popup window then we'll have to upgrade the
|
||||||
// exception a little bit.
|
// 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
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue