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

Function SetLoWord

pcsx2/SPU2/spu2sys.cpp:879–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879static __forceinline void SetLoWord(u32& src, u16 value)
880{
881 ((u16*)&src)[0] = value;
882}
883
884template <int CoreIdx, int VoiceIdx, int param>
885static void RegWrite_VoiceParams(u16 value)

Callers 1

RegWrite_CoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected