mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
rsx: Remove surface management hack breaking savestate capture
This commit is contained in:
parent
4842339f9e
commit
a6321caaa2
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user