DolphinQt: Move frame dumping settings to new group box

This commit is contained in:
JosJuice
2019-07-17 20:02:08 +02:00
parent f6a755e1ab
commit a6dcaed415
2 changed files with 16 additions and 7 deletions

View File

@ -36,11 +36,13 @@ private:
QCheckBox* m_prefetch_custom_textures;
QCheckBox* m_dump_efb_target;
QCheckBox* m_disable_vram_copies;
QCheckBox* m_dump_use_ffv1;
QCheckBox* m_load_custom_textures;
QCheckBox* m_use_fullres_framedumps;
QCheckBox* m_enable_freelook;
// Frame dumping
QCheckBox* m_dump_use_ffv1;
QCheckBox* m_use_fullres_framedumps;
// Misc
QCheckBox* m_enable_cropping;
QCheckBox* m_enable_prog_scan;