mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
texture_cache: Don't read max ansio value if not aniso filter (#1942)
Fix Sonic Forces.
This commit is contained in:
@@ -447,7 +447,7 @@ struct Sampler {
|
||||
}
|
||||
|
||||
float MaxAniso() const {
|
||||
switch (max_aniso) {
|
||||
switch (max_aniso.Value()) {
|
||||
case AnisoRatio::One:
|
||||
return 1.0f;
|
||||
case AnisoRatio::Two:
|
||||
|
||||
Reference in New Issue
Block a user