mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
vk: Properly release dma resources.
This commit is contained in:
parent
3ea94c286b
commit
7989de9d16
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue