Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ spu2M_Read
Function
spu2M_Read
pcsx2/SPU2/spu2sys.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
__forceinline s16 spu2M_Read(u32 addr)
72
{
73
return *GetMemPtr(addr & 0xfffff);
74
}
75
76
// writes a signed value to the SPU2 ram
77
// Invalidates the ADPCM cache in the process.
Callers
1
DmaRead
Method · 0.85
Calls
1
GetMemPtr
Function · 0.85
Tested by
no test coverage detected