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

Method Read32

pcsx2/IopMem.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556u32 IOPMemoryInterface::Read32(u32 address, bool* valid)
557{
558 if (valid)
559 *valid = true;
560 return iopMemRead32(address);
561}
562
563u64 IOPMemoryInterface::Read64(u32 address, bool* valid)
564{

Callers 9

contextStubFunctionMethod · 0.45
FetchSelectionInfoMethod · 0.45
setInstructionsMethod · 0.45
DrawTableMethod · 0.45
GetSelectedSegmentMethod · 0.45
contextFollowAddressMethod · 0.45
read32Method · 0.45
handle_extended_tMethod · 0.45

Calls 1

iopMemRead32Function · 0.85

Tested by

no test coverage detected