mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
fd0386b6bf
commit
bcba091cf3
|
@ -380,9 +380,8 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title):
|
||||||
|
|
||||||
m_menuSys.AppendSeparator();
|
m_menuSys.AppendSeparator();
|
||||||
|
|
||||||
//Todo:
|
m_menuSys.Append(MenuId_EnablePatches, _("Enable Patches"),
|
||||||
//m_menuSys.Append(MenuId_EnablePatches, _("Enable Patches"),
|
wxEmptyString, wxITEM_CHECK);
|
||||||
// wxEmptyString, wxITEM_CHECK);
|
|
||||||
|
|
||||||
m_menuSys.AppendSeparator();
|
m_menuSys.AppendSeparator();
|
||||||
m_menuSys.Append(MenuId_Sys_Reset, _("Reset"),
|
m_menuSys.Append(MenuId_Sys_Reset, _("Reset"),
|
||||||
|
|
Loading…
Reference in New Issue