Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ Write16
Method
Write16
pcsx2/IopMem.cpp:588–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
586
}
587
588
bool IOPMemoryInterface::Write16(u32 address, u16 value)
589
{
590
iopMemWrite16(address, value);
591
return true;
592
}
593
594
bool IOPMemoryInterface::Write32(u32 address, u32 value)
595
{
Callers
2
write16
Method · 0.45
handle_extended_t
Method · 0.45
Calls
1
iopMemWrite16
Function · 0.85
Tested by
no test coverage detected