mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
rsx: Disable ref count on exit
This commit is contained in:
parent
2b42895bc7
commit
94a7e52c1f
1 changed files with 1 additions and 1 deletions
|
@ -1354,7 +1354,7 @@ namespace rsx
|
|||
set_dirty(false);
|
||||
}
|
||||
|
||||
if (context == rsx::texture_upload_context::framebuffer_storage)
|
||||
if (context == rsx::texture_upload_context::framebuffer_storage && !Emu.IsStopped())
|
||||
{
|
||||
// Lock, unlock
|
||||
if (prot == utils::protection::no && old_prot != utils::protection::no)
|
||||
|
|
Loading…
Add table
Reference in a new issue