mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core / DolphinQt / VideoCommon: add setting for enabling graphic mods
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user