diff --git a/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp b/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp index ed9dc467..f1299e40 100644 --- a/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp +++ b/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp @@ -437,7 +437,7 @@ void LatteShaderCache_ShowProgress(const std::function & loadUpdateF std::string text; if (isPipelines) { - text = "Loading cached Vulkan pipelines..."; + text = "Loading cached pipelines..."; } else {