DolphinQt: Expose freelook camera control to UI

This commit is contained in:
iwubcode
2020-04-26 16:40:47 -05:00
parent e125c61d47
commit aed7319ef8
2 changed files with 33 additions and 5 deletions

View File

@ -8,6 +8,7 @@
class GraphicsWindow;
class QCheckBox;
class QComboBox;
class QSpinBox;
class AdvancedWidget final : public GraphicsWidget
@ -39,6 +40,7 @@ private:
QCheckBox* m_disable_vram_copies;
QCheckBox* m_load_custom_textures;
QCheckBox* m_enable_freelook;
QComboBox* m_freelook_control_type;
// Frame dumping
QCheckBox* m_dump_use_ffv1;