allow dumping of mem2 as well as aram. thanks Treeki

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6279 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2010-10-14 04:07:04 +00:00
parent e9d91fb9f3
commit 6e6a0be8c4
2 changed files with 34 additions and 29 deletions

View File

@ -79,6 +79,7 @@ class CMemoryWindow
void OnHostMessage(wxCommandEvent& event);
void SetMemoryValue(wxCommandEvent& event);
void OnDumpMemory(wxCommandEvent& event);
void OnDumpMem2(wxCommandEvent& event);
};
#endif /*MEMORYWINDOW_*/