mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-14 04:30:22 +01: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 a new issue