mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Core / DolphinQt / VideoCommon: add setting for enabling graphic mods
This commit is contained in:
parent
f416b71925
commit
0f88155729
6 changed files with 15 additions and 1 deletions
|
@ -111,6 +111,7 @@ struct VideoConfig final
|
|||
bool bBorderlessFullscreen = false;
|
||||
bool bEnableGPUTextureDecoding = false;
|
||||
int iBitrateKbps = 0;
|
||||
bool bGraphicMods = false;
|
||||
|
||||
// Hacks
|
||||
bool bEFBAccessEnable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue