mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-16 07:20:59 +00:00
rsx: Disable ref count on exit
This commit is contained in:
parent
2b42895bc7
commit
94a7e52c1f
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user