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

Function MsgCache

pcsx2/SPU2/Debug.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 __fi static bool MsgDMA() { return EmuConfig.SPU2.MsgDMA; }
21 __fi static bool MsgAutoDMA() { return EmuConfig.SPU2.MsgAutoDMA; }
22 __fi static bool MsgCache() { return EmuConfig.SPU2.MsgCache; }
23
24 __fi static bool AccessLog() { return EmuConfig.SPU2.AccessLog; }
25 __fi static bool DMALog() { return EmuConfig.SPU2.DMALog; }

Callers 2

spu2M_WriteFunction · 0.85
spu2MixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected