mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00:00
vk: Properly release dma resources.
This commit is contained in:
parent
3ea94c286b
commit
7989de9d16
@ -98,7 +98,7 @@ namespace vk
|
||||
|
||||
void destroy()
|
||||
{
|
||||
if (!exists())
|
||||
if (!exists() && context != rsx::texture_upload_context::dma)
|
||||
return;
|
||||
|
||||
m_tex_cache->on_section_destroyed(*this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user