diff --git a/Common/Thread/ParallelLoop.cpp b/Common/Thread/ParallelLoop.cpp index 18ec756e4e..2b5f8b0606 100644 --- a/Common/Thread/ParallelLoop.cpp +++ b/Common/Thread/ParallelLoop.cpp @@ -111,8 +111,8 @@ void ParallelRangeLoop(ThreadManager *threadMan, const std::functionstatus |= TexCacheEntry::STATUS_TO_REPLACE; break; - default: - break; + default: + break; } replacementTimeThisFrame_ += time_now_d() - replaceStart; return replaced; diff --git a/GPU/Vulkan/TextureCacheVulkan.cpp b/GPU/Vulkan/TextureCacheVulkan.cpp index 6417bb8491..e18fd7c5d5 100644 --- a/GPU/Vulkan/TextureCacheVulkan.cpp +++ b/GPU/Vulkan/TextureCacheVulkan.cpp @@ -455,9 +455,6 @@ void TextureCacheVulkan::BuildTexture(TexCacheEntry *const entry) { Draw::DataFormat fmt = plan.replaced->Format(); bcFormat = Draw::DataFormatIsBlockCompressed(fmt, &bcAlign); actualFmt = ToVulkanFormat(fmt); - if (actualFmt != VULKAN_8888_FORMAT) { - actualFmt = actualFmt; - } } bool computeUpload = false;