mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
DSPHLE: Add a config parameter to dump UCode to disk
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user