From c6b3c67ea1ee7b7b7aad4de036038c8d502774cb Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Wed, 23 Nov 2016 00:58:07 -0500 Subject: [PATCH] Change the patch engine log to be debug level log It was apparently causing heavy slowdowns on game even though it wouldn't spam much, probably caused by the amount of additional check caused by the logs levels changes. --- Source/Core/Core/PatchEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/PatchEngine.cpp b/Source/Core/Core/PatchEngine.cpp index 656bb44c72..d2b9e74825 100644 --- a/Source/Core/Core/PatchEngine.cpp +++ b/Source/Core/Core/PatchEngine.cpp @@ -239,7 +239,7 @@ bool ApplyFramePatches() UReg_MSR msr = MSR; if (!msr.DR || !msr.IR || !IsStackSane()) { - INFO_LOG( + DEBUG_LOG( ACTIONREPLAY, "Need to retry later. CPU configuration is currently incorrect. PC = 0x%08X, MSR = 0x%08X", PC, MSR);