remove 'Vulkan' from cache loading message

This commit is contained in:
Samuliak 2024-11-01 15:46:49 +01:00
parent 927c52e268
commit 6eb46ed6eb
No known key found for this signature in database

View File

@ -437,7 +437,7 @@ void LatteShaderCache_ShowProgress(const std::function <bool(void)>& loadUpdateF
std::string text; std::string text;
if (isPipelines) if (isPipelines)
{ {
text = "Loading cached Vulkan pipelines..."; text = "Loading cached pipelines...";
} }
else else
{ {