mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
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:
parent
2f6953efb6
commit
fd2324e40a
@ -2059,7 +2059,7 @@ struct fmt::formatter<UPE_Copy>
|
|||||||
"Converting from RGB to YUV: {}\n"
|
"Converting from RGB to YUV: {}\n"
|
||||||
"Target pixel format: {}\n"
|
"Target pixel format: {}\n"
|
||||||
"Gamma correction: {}\n"
|
"Gamma correction: {}\n"
|
||||||
"Mipmap filter: {}\n"
|
"Half scale: {}\n"
|
||||||
"Vertical scaling: {}\n"
|
"Vertical scaling: {}\n"
|
||||||
"Clear: {}\n"
|
"Clear: {}\n"
|
||||||
"Frame to field: {}\n"
|
"Frame to field: {}\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user