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

Function MsgVoiceOff

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

Source from the content-addressed store, hash-verified

17
18 __fi static bool MsgKeyOnOff() { return EmuConfig.SPU2.MsgKeyOnOff; }
19 __fi static bool MsgVoiceOff() { return EmuConfig.SPU2.MsgVoiceOff; }
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; }

Callers 2

DecodeSamplesFunction · 0.85
CalculateADSRFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected