DSPHLE: Add a config parameter to dump UCode to disk

This commit is contained in:
Pierre Bourdon
2014-04-01 21:55:19 +02:00
parent c306095684
commit a92727e862
4 changed files with 24 additions and 18 deletions

View File

@ -255,6 +255,7 @@ struct SConfig : NonCopyable
bool m_DSPCaptureLog;
bool m_DumpAudio;
bool m_IsMuted;
bool m_DumpUCode;
int m_Volume;
std::string sBackend;