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

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

View file

@ -111,6 +111,7 @@ struct VideoConfig final
bool bBorderlessFullscreen = false;
bool bEnableGPUTextureDecoding = false;
int iBitrateKbps = 0;
bool bGraphicMods = false;
// Hacks
bool bEFBAccessEnable = false;