MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / SPU2_FastWrite

Function SPU2_FastWrite

pcsx2/SPU2/spu2sys.cpp:1575–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573
1574
1575void SPU2_FastWrite(u32 rmem, u16 value)
1576{
1577 tbl_reg_writes[(rmem & 0x7ff) / 2](value);
1578}
1579
1580
1581void StartVoices(int core, u32 value)

Callers 2

SPU2writeFunction · 0.85
WriteRegPS1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected