rsx: Remove surface management hack breaking savestate capture
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user