mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
vk: Silly copypasta
This commit is contained in:
parent
0b2f9f0f17
commit
3bb70e837a
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,6 @@ namespace vk
|
|||
{
|
||||
vk::reset_compute_tasks();
|
||||
vk::reset_resolve_resources();
|
||||
vk::vmm_reset();
|
||||
|
||||
g_upload_heap.reset_allocation_stats();
|
||||
}
|
||||
|
@ -333,6 +332,7 @@ namespace vk
|
|||
vk::clear_framebuffer_cache();
|
||||
vk::clear_resolve_helpers();
|
||||
vk::clear_dma_resources();
|
||||
vk::vmm_reset();
|
||||
vk::get_resource_manager()->destroy();
|
||||
|
||||
g_null_texture.reset();
|
||||
|
|
Loading…
Add table
Reference in a new issue