mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-06-27 16:25:27 +02:00
video_core/vulkan: Added check if Vulkan pipeline path has been set
This commit is contained in:
parent
f4626512ff
commit
f2aa816679
@ -365,7 +365,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, const Device& device
|
||||
}
|
||||
|
||||
PipelineCache::~PipelineCache() {
|
||||
if (use_vulkan_pipeline_cache) {
|
||||
if (use_vulkan_pipeline_cache && !vulkan_pipeline_cache_filename.empty()) {
|
||||
SerializeVulkanPipelineCache(vulkan_pipeline_cache_filename, vulkan_pipeline_cache);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user