mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
DSP: Add support for PCAP logging of CPU<->DSP communications
This commit is contained in:
parent
7889d90633
commit
add090bde6
11 changed files with 224 additions and 13 deletions
|
@ -92,6 +92,7 @@ struct SConfig : NonCopyable
|
|||
|
||||
// DSP settings
|
||||
bool m_DSPEnableJIT;
|
||||
bool m_DSPCaptureLog;
|
||||
bool m_DumpAudio;
|
||||
int m_Volume;
|
||||
std::string sBackend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue