rsx: Remove surface management hack breaking savestate capture

This commit is contained in:
kd-11
2026-01-11 18:36:47 +03:00
committed by kd-11
parent 4842339f9e
commit a6321caaa2
+1 -1
View File
@@ -1373,7 +1373,7 @@ namespace rsx
set_dirty(false); set_dirty(false);
} }
if (context == rsx::texture_upload_context::framebuffer_storage && !Emu.IsStopped()) if (context == rsx::texture_upload_context::framebuffer_storage)
{ {
// Lock, unlock // Lock, unlock
auto surface = derived()->get_render_target(); auto surface = derived()->get_render_target();