Bus: Protect main RAM buffer
Get rid of write-time checks.
This commit is contained in:
@ -3191,7 +3191,7 @@ bool System::DumpRAM(const char* filename)
|
||||
if (!IsValid())
|
||||
return false;
|
||||
|
||||
return FileSystem::WriteBinaryFile(filename, Bus::g_ram, Bus::g_ram_size);
|
||||
return FileSystem::WriteBinaryFile(filename, Bus::g_unprotected_ram, Bus::g_ram_size);
|
||||
}
|
||||
|
||||
bool System::DumpVRAM(const char* filename)
|
||||
|
||||
Reference in New Issue
Block a user