UI: Add Disable EFB Copies to VRAM to Advanced Options

This commit is contained in:
Stenzek
2018-05-03 14:24:56 +10:00
parent 0152f63655
commit d4f6c86eec
3 changed files with 16 additions and 2 deletions

View File

@ -35,6 +35,7 @@ private:
QCheckBox* m_dump_textures;
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;