| 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; } |
no outgoing calls
no test coverage detected