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

Function SetHiWord

pcsx2/SPU2/spu2sys.cpp:874–877  ·  view source on GitHub ↗

Ah the joys of endian-specific code! :D

Source from the content-addressed store, hash-verified

872
873// Ah the joys of endian-specific code! :D
874static __forceinline void SetHiWord(u32& src, u16 value)
875{
876 ((u16*)&src)[1] = value;
877}
878
879static __forceinline void SetLoWord(u32& src, u16 value)
880{

Callers 1

RegWrite_CoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected