rsx: Disable ref count on exit

This commit is contained in:
kd-11 2022-03-27 22:48:49 +03:00 committed by kd-11
parent 2b42895bc7
commit 94a7e52c1f

View File

@ -1354,7 +1354,7 @@ namespace rsx
set_dirty(false); set_dirty(false);
} }
if (context == rsx::texture_upload_context::framebuffer_storage) if (context == rsx::texture_upload_context::framebuffer_storage && !Emu.IsStopped())
{ {
// Lock, unlock // Lock, unlock
if (prot == utils::protection::no && old_prot != utils::protection::no) if (prot == utils::protection::no && old_prot != utils::protection::no)