mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21: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()
|
void destroy()
|
||||||
{
|
{
|
||||||
if (!exists())
|
if (!exists() && context != rsx::texture_upload_context::dma)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_tex_cache->on_section_destroyed(*this);
|
m_tex_cache->on_section_destroyed(*this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue