mirror of https://github.com/PCSX2/pcsx2.git
Fixed a missing word in gamefixes panel
This commit is contained in:
parent
a0a54bdd05
commit
67f934a902
|
@ -117,7 +117,7 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
|
|||
)
|
||||
);
|
||||
|
||||
m_check_Enable->SetToolTip(pxE(L"Gamefixes can work around wrong emulation in some titles. \nThey may also cause compatibility or performance issues.\n\nThe safest way to make sure that all game fixes are completely disabled.")).SetSubPadding( 1 );
|
||||
m_check_Enable->SetToolTip(pxE(L"Gamefixes can work around wrong emulation in some titles. \nThey may also cause compatibility or performance issues.\n\nThe safest way is to make sure that all game fixes are completely disabled.")).SetSubPadding( 1 );
|
||||
m_check_Enable->SetValue( g_Conf->EnableGameFixes );
|
||||
|
||||
*this += m_check_Enable | StdExpand();
|
||||
|
|
Loading…
Reference in New Issue