1
0
Fork 0
forked from eden-emu/eden

video_core: Option to apply anisotropic filtering for all mipmap modes

This commit is contained in:
Wollnashorn 2023-06-12 15:59:44 +02:00
parent 492a4c705a
commit 6f1fb4c28a
9 changed files with 37 additions and 1 deletions

View file

@ -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;
};