Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9967 from Pokechu22/max-aniso-note
Remove note about anisotropic filtering requiring edge LOD
  • Loading branch information
leoetlino committed Jul 29, 2021
2 parents 0553b4a + 1640fa9 commit 11d1269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/VideoCommon/BPMemory.h
Expand Up @@ -765,7 +765,7 @@ enum class MaxAnsio
template <>
struct fmt::formatter<MaxAnsio> : EnumFormatter<MaxAnsio::Four>
{
formatter() : EnumFormatter({"1", "2 (requires edge LOD)", "4 (requires edge LOD)"}) {}
formatter() : EnumFormatter({"1", "2", "4"}) {}
};

union TexMode0
Expand Down Expand Up @@ -796,7 +796,7 @@ struct fmt::formatter<TexMode0>
"Min filter: {}\n"
"LOD type: {}\n"
"LOD bias: {} ({})\n"
"Max aniso: {}\n"
"Max anisotropic filtering: {}\n"
"LOD/bias clamp: {}",
mode.wrap_s, mode.wrap_t, mode.mag_filter, mode.mipmap_filter, mode.min_filter,
mode.diag_lod, mode.lod_bias, mode.lod_bias / 32.f, mode.max_aniso,
Expand Down

0 comments on commit 11d1269

Please sign in to comment.