From a6321caaa2acfcfb238594426b2237423bd23aeb Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sun, 11 Jan 2026 18:36:47 +0300 Subject: [PATCH] rsx: Remove surface management hack breaking savestate capture --- rpcs3/Emu/RSX/Common/texture_cache_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Common/texture_cache_utils.h b/rpcs3/Emu/RSX/Common/texture_cache_utils.h index a180a1a8d1..82c52d8653 100644 --- a/rpcs3/Emu/RSX/Common/texture_cache_utils.h +++ b/rpcs3/Emu/RSX/Common/texture_cache_utils.h @@ -1373,7 +1373,7 @@ namespace rsx set_dirty(false); } - if (context == rsx::texture_upload_context::framebuffer_storage && !Emu.IsStopped()) + if (context == rsx::texture_upload_context::framebuffer_storage) { // Lock, unlock auto surface = derived()->get_render_target();