DolphinWX: Add 'DisableTooltips' config option

(Revision 2: Remove checkbox from WX GUI)
This commit is contained in:
Ethan Lee 2016-12-07 13:20:37 -05:00
commit 7cfead6429
3 changed files with 7 additions and 0 deletions

View file

@ -292,6 +292,8 @@ struct SConfig : NonCopyable
bool m_PauseOnFocusLost;
bool m_DisableTooltips;
// DSP settings
bool m_DSPEnableJIT;
bool m_DSPCaptureLog;