From 4c84a99f68ff456fc8559952776541c1729de7ee Mon Sep 17 00:00:00 2001 From: FlatOutPS2 Date: Fri, 31 Mar 2017 14:01:46 +0200 Subject: [PATCH] PCSX2: Console log widescreen patch folder message improvement Improves the widescreen patch message when loading from the cheats_ws folder instead of the archive. --- pcsx2/gui/AppCoreThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/AppCoreThread.cpp b/pcsx2/gui/AppCoreThread.cpp index c9f189c56e..91efb7c224 100644 --- a/pcsx2/gui/AppCoreThread.cpp +++ b/pcsx2/gui/AppCoreThread.cpp @@ -446,7 +446,7 @@ static void _ApplySettings( const Pcsx2Config& src, Pcsx2Config& fixup ) if (int numberLoadedWideScreenPatches = LoadPatchesFromDir(gameCRC, GetCheatsWsFolder(), L"Widescreen hacks")) { gameWsHacks.Printf(L" [%d widescreen hacks]", numberLoadedWideScreenPatches); - Console.WriteLn(Color_Gray, "Found ws patches at cheats_ws --> skipping cheats_ws.zip"); + Console.WriteLn(Color_Gray, "Found widescreen patches in the cheats_ws folder --> skipping cheats_ws.zip"); } else {