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

View file

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