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

Method Read16

pcsx2/IopMem.cpp:549–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549u16 IOPMemoryInterface::Read16(u32 address, bool* valid)
550{
551 if (valid)
552 *valid = true;
553 return iopMemRead16(address);
554}
555
556u32 IOPMemoryInterface::Read32(u32 address, bool* valid)
557{

Callers 4

DrawTableMethod · 0.45
GetSelectedSegmentMethod · 0.45
read16Method · 0.45
handle_extended_tMethod · 0.45

Calls 1

iopMemRead16Function · 0.85

Tested by

no test coverage detected