forked from eden-emu/eden
video_core: Option to apply anisotropic filtering for all mipmap modes
This commit is contained in:
parent
492a4c705a
commit
6f1fb4c28a
9 changed files with 37 additions and 1 deletions
|
@ -48,6 +48,7 @@ private:
|
|||
ConfigurationShared::CheckState use_vulkan_driver_pipeline_cache;
|
||||
ConfigurationShared::CheckState enable_compute_pipelines;
|
||||
ConfigurationShared::CheckState use_video_framerate;
|
||||
ConfigurationShared::CheckState use_aggressive_anisotropic_filtering;
|
||||
|
||||
const Core::System& system;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue