Fix Vulkan full-surface blit download tracking

This commit is contained in:
izzy2lost
2026-04-08 02:34:52 -04:00
parent 55c1ce5ac6
commit 932dcaf7bc
-1
View File
@@ -164,7 +164,6 @@ void pgraph_vk_image_blit(NV2AState *d)
// download should be discarded.
surf_dest->download_pending = false;
surf_dest->draw_dirty = false;
surf_dest->download_generation = surf_dest->draw_generation;
}
surf_dest->upload_pending = true;
pg->draw_time++;