mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-31 01:25:18 +01:00
rsx: Remove surface management hack breaking savestate capture
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user