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