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.
This commit is contained in:
Blyss Sarania 2015-05-26 17:25:31 -05:00
parent 93c0d5a268
commit db37d37ed9
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
} }
m_check_Enable = new pxCheckBox( this, _("Enable manual game fixes [Not recommended]"), 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."
) )
); );