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

Method ReadBytes

pcsx2/DebugTools/DebugInterface.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309bool R5900DebugInterface::ReadBytes(u32 address, void* dest, u32 size)
310{
311 return vtlb_memSafeReadBytes(address, dest, size);
312}
313
314bool R5900DebugInterface::Write8(u32 address, u8 value)
315{

Callers

nothing calls this directly

Calls 4

vtlb_memSafeReadBytesFunction · 0.85
iopMemSafeReadBytesFunction · 0.85
get_virtualMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected