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

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