Fifo analyzer: Rename mipmap filter to half scale for EFB copies

The field itself is named half_scale, and it can be used for things unrelated to mipmaps, so reflecting that name in the fifo analyzer helps.
This commit is contained in:
Pokechu22 2021-12-17 20:21:24 -08:00
parent 2f6953efb6
commit fd2324e40a

View File

@ -2059,7 +2059,7 @@ struct fmt::formatter<UPE_Copy>
"Converting from RGB to YUV: {}\n"
"Target pixel format: {}\n"
"Gamma correction: {}\n"
"Mipmap filter: {}\n"
"Half scale: {}\n"
"Vertical scaling: {}\n"
"Clear: {}\n"
"Frame to field: {}\n"