From db37d37ed9e730fd2e736ba2f7fbf58c7dc3ecc1 Mon Sep 17 00:00:00 2001 From: Blyss Sarania Date: Tue, 26 May 2015 17:25:31 -0500 Subject: [PATCH] Update manual game fix panel text Add some text telling users that the game fixes do not speed up games. We have many users who have followed a Youtube guide enabling all these and breaking their games. Hopefully this will mitigate that. --- pcsx2/gui/Panels/GameFixesPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/Panels/GameFixesPanel.cpp b/pcsx2/gui/Panels/GameFixesPanel.cpp index 6e846865d8..f1d0e87e9b 100644 --- a/pcsx2/gui/Panels/GameFixesPanel.cpp +++ b/pcsx2/gui/Panels/GameFixesPanel.cpp @@ -113,7 +113,7 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent ) } m_check_Enable = new pxCheckBox( this, _("Enable manual game fixes [Not recommended]"), - pxE( L"It's better to enable 'Automatic game fixes' at the main menu instead, and leave this page empty. ('Automatic' means: selectively use specific tested fixes for specific games)" + pxE( L"It's better to enable 'Automatic game fixes' at the main menu instead, and leave this page empty. ('Automatic' means: selectively use specific tested fixes for specific games). Manual game fixes will NOT increase your performance. In fact they may decrease it." ) );