mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-27 20:01:19 -04:00
Expose arbitrary mipmap detection toggle in UI
This commit is contained in:
@@ -90,6 +90,7 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
|
||||
Config::GFX_ENHANCE_POST_SHADER.location,
|
||||
Config::GFX_ENHANCE_FORCE_TRUE_COLOR.location,
|
||||
Config::GFX_ENHANCE_DISABLE_COPY_FILTER.location,
|
||||
Config::GFX_ENHANCE_ARBITRARY_MIPMAP_DETECTION.location,
|
||||
|
||||
// Graphics.Stereoscopy
|
||||
|
||||
@@ -128,4 +129,4 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
|
||||
return std::find(s_setting_saveable.begin(), s_setting_saveable.end(), config_location) !=
|
||||
s_setting_saveable.end();
|
||||
}
|
||||
} // namespace ConfigLoader
|
||||
} // namespace ConfigLoaders
|
||||
|
||||
Reference in New Issue
Block a user