Core / DolphinQt / VideoCommon: add setting for enabling graphic mods

This commit is contained in:
iwubcode
2022-04-07 00:00:38 -05:00
parent f416b71925
commit 0f88155729
6 changed files with 15 additions and 1 deletions

View File

@ -42,6 +42,7 @@ private:
GraphicsBool* m_dump_xfb_target;
GraphicsBool* m_disable_vram_copies;
GraphicsBool* m_load_custom_textures;
GraphicsBool* m_enable_graphics_mods;
// Texture dumping
GraphicsBool* m_dump_textures;