From fd2324e40aa5a398edda25244797f887a3364c4d Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Fri, 17 Dec 2021 20:21:24 -0800 Subject: [PATCH] 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. --- Source/Core/VideoCommon/BPMemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/BPMemory.h b/Source/Core/VideoCommon/BPMemory.h index 098e72d5c0..3b89cded7e 100644 --- a/Source/Core/VideoCommon/BPMemory.h +++ b/Source/Core/VideoCommon/BPMemory.h @@ -2059,7 +2059,7 @@ struct fmt::formatter "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"