video_core: Removed AF for all mip modes option as it's default now

This commit is contained in:
Wollnashorn 2023-06-17 11:19:39 +02:00
parent 2dc0ff79ec
commit c309a1c69b
9 changed files with 3 additions and 40 deletions

View file

@ -483,8 +483,6 @@ struct Values {
AstcRecompression::Uncompressed, AstcRecompression::Uncompressed, AstcRecompression::Bc3,
"astc_recompression"};
SwitchableSetting<bool> use_video_framerate{false, "use_video_framerate"};
SwitchableSetting<bool> use_aggressive_anisotropic_filtering{
false, "use_aggressive_anisotropic_filtering"};
SwitchableSetting<u8> bg_red{0, "bg_red"};
SwitchableSetting<u8> bg_green{0, "bg_green"};