DSP: Add support for PCAP logging of CPU<->DSP communications

This commit is contained in:
Pierre Bourdon
2014-04-26 00:51:38 +02:00
parent 7889d90633
commit add090bde6
11 changed files with 224 additions and 13 deletions

View File

@ -92,6 +92,7 @@ struct SConfig : NonCopyable
// DSP settings
bool m_DSPEnableJIT;
bool m_DSPCaptureLog;
bool m_DumpAudio;
int m_Volume;
std::string sBackend;