mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
relocate the mainram dump to the dump dir
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2101 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -228,7 +228,7 @@ void CMemoryWindow::OnHostMessage(wxCommandEvent& event)
|
||||
// so we can view memory in a tile/hex viewer for data analysis
|
||||
void CMemoryWindow::OnDumpMemory( wxCommandEvent& event )
|
||||
{
|
||||
FILE* pDumpFile = fopen(FULL_MEMORY_DUMP_DIR, "wb");
|
||||
FILE* pDumpFile = fopen(MAINRAM_DUMP_FILE, "wb");
|
||||
if (pDumpFile)
|
||||
{
|
||||
if (Memory::m_pRAM)
|
||||
|
Reference in New Issue
Block a user