mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -145,6 +145,8 @@ void VideoConfig::Refresh()
|
|||
bFastTextureSampling = Config::Get(Config::GFX_HACK_FAST_TEXTURE_SAMPLING);
|
||||
|
||||
bPerfQueriesEnable = Config::Get(Config::GFX_PERF_QUERIES_ENABLE);
|
||||
|
||||
bGraphicMods = Config::Get(Config::GFX_MODS_ENABLE);
|
||||
}
|
||||
|
||||
void VideoConfig::VerifyValidity()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue