Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
549
u16 IOPMemoryInterface::Read16(u32 address, bool* valid)
550
{
551
if (valid)
552
*valid = true;
553
return iopMemRead16(address);
554
}
555
556
u32 IOPMemoryInterface::Read32(u32 address, bool* valid)
557
{
Callers
4
DrawTable
Method · 0.45
GetSelectedSegment
Method · 0.45
read16
Method · 0.45
handle_extended_t
Method · 0.45
Calls
1
iopMemRead16
Function · 0.85
Tested by
no test coverage detected