From 2163a59649ac218e105c97aeb16addd31618e5f3 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Thu, 24 Jan 2019 00:40:53 +0300 Subject: [PATCH] rsx: Typo fix --- rpcs3/Emu/RSX/Common/texture_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Common/texture_cache.h b/rpcs3/Emu/RSX/Common/texture_cache.h index 0524a4601f..4a794e8388 100644 --- a/rpcs3/Emu/RSX/Common/texture_cache.h +++ b/rpcs3/Emu/RSX/Common/texture_cache.h @@ -1706,7 +1706,7 @@ namespace rsx if (auto texptr = m_rtts.get_texture_from_depth_stencil_if_applicable(texaddr)) { - if (const bool is_active = m_rtts.address_is_bound(texaddr, false); + if (const bool is_active = m_rtts.address_is_bound(texaddr, true); is_active || texptr->test()) { return process_framebuffer_resource(cmd, texptr, texaddr, tex.format(), m_rtts,