From 4df1a938b1d3521bfe5cbe66e24d55725ff90da2 Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Tue, 23 Nov 2021 01:03:40 +0300 Subject: [PATCH] Unused var --- rpcs3/Emu/RSX/Common/texture_cache_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Common/texture_cache_helpers.h b/rpcs3/Emu/RSX/Common/texture_cache_helpers.h index 79027ec706..3b768db5cd 100644 --- a/rpcs3/Emu/RSX/Common/texture_cache_helpers.h +++ b/rpcs3/Emu/RSX/Common/texture_cache_helpers.h @@ -133,7 +133,7 @@ namespace rsx return gcm_format; } - static inline u32 get_sized_blit_format(bool is_32_bit, bool depth_format, bool is_format_convert) + static inline u32 get_sized_blit_format(bool is_32_bit, bool depth_format, bool /*is_format_convert*/) { if (is_32_bit) {