Patches don't need to go, they work apparently :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2185 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-11-11 05:55:11 +00:00
parent fd0386b6bf
commit bcba091cf3
1 changed files with 2 additions and 3 deletions

View File

@ -380,9 +380,8 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title):
m_menuSys.AppendSeparator();
//Todo:
//m_menuSys.Append(MenuId_EnablePatches, _("Enable Patches"),
// wxEmptyString, wxITEM_CHECK);
m_menuSys.Append(MenuId_EnablePatches, _("Enable Patches"),
wxEmptyString, wxITEM_CHECK);
m_menuSys.AppendSeparator();
m_menuSys.Append(MenuId_Sys_Reset, _("Reset"),