Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
556
u32 IOPMemoryInterface::Read32(u32 address, bool* valid)
557
{
558
if (valid)
559
*valid = true;
560
return iopMemRead32(address);
561
}
562
563
u64 IOPMemoryInterface::Read64(u32 address, bool* valid)
564
{
Callers
9
contextStubFunction
Method · 0.45
DisassemblyStringFromAddress
Method · 0.45
FetchSelectionInfo
Method · 0.45
setInstructions
Method · 0.45
DrawTable
Method · 0.45
GetSelectedSegment
Method · 0.45
contextFollowAddress
Method · 0.45
read32
Method · 0.45
handle_extended_t
Method · 0.45
Calls
1
iopMemRead32
Function · 0.85
Tested by
no test coverage detected