mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Core / DolphinQt / VideoCommon: add setting for enabling graphic mods
This commit is contained in:
@ -111,6 +111,7 @@ struct VideoConfig final
|
||||
bool bBorderlessFullscreen = false;
|
||||
bool bEnableGPUTextureDecoding = false;
|
||||
int iBitrateKbps = 0;
|
||||
bool bGraphicMods = false;
|
||||
|
||||
// Hacks
|
||||
bool bEFBAccessEnable = false;
|
||||
|
Reference in New Issue
Block a user