Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
879
static __forceinline void SetLoWord(u32& src, u16 value)
880
{
881
((u16*)&src)[0] = value;
882
}
883
884
template <int CoreIdx, int VoiceIdx, int param>
885
static void RegWrite_VoiceParams(u16 value)
Callers
1
RegWrite_Core
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected