MCPcopy 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

DmaReadMethod · 0.85

Calls 1

GetMemPtrFunction · 0.85

Tested by

no test coverage detected