Port dump XFB option to Qt UI.

Looks like the option was added to the Wx UI at commit 198d3b69, which
was a few months after the advancedWidget was originally ported from
Wx to Qt, but before anyone was actually using Qt.
This commit is contained in:
Scott Mansell
2021-05-27 12:32:02 +12:00
parent ff08b85740
commit 37e532322b
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,7 @@ private:
// Utility
GraphicsBool* m_prefetch_custom_textures;
GraphicsBool* m_dump_efb_target;
GraphicsBool* m_dump_xfb_target;
GraphicsBool* m_disable_vram_copies;
GraphicsBool* m_load_custom_textures;