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();