DolphinQt: Add backend multithreading to graphics config

This commit is contained in:
Stenzek
2018-08-03 08:00:04 -07:00
parent 487ea5ab36
commit a1b9a9f519
2 changed files with 11 additions and 2 deletions

View File

@ -44,5 +44,6 @@ private:
// Misc
QCheckBox* m_enable_cropping;
QCheckBox* m_enable_prog_scan;
QCheckBox* m_backend_multithreading;
QCheckBox* m_borderless_fullscreen;
};