Debugger: add a tiny function, dump main memory to a file, mainram.dump in .\User\Cache\,

this is for ram data analysis, open the dump in hex/tile editor we can do something...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1973 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hyperiris
2009-01-21 17:02:01 +00:00
parent 8f4d58e082
commit b71d92126d
3 changed files with 26 additions and 1 deletions

View File

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