MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ReadBytes

Method ReadBytes

pcsx2/IopMem.cpp:577–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool IOPMemoryInterface::ReadBytes(u32 address, void* dest, u32 size)
578{
579 return iopMemSafeReadBytes(address, dest, size);
580}
581
582bool IOPMemoryInterface::Write8(u32 address, u8 value)
583{

Callers

nothing calls this directly

Calls 1

iopMemSafeReadBytesFunction · 0.85

Tested by

no test coverage detected