mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-10 08:51:19 +12:00
remove 'Vulkan' from cache loading message
This commit is contained in:
parent
927c52e268
commit
6eb46ed6eb
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ void LatteShaderCache_ShowProgress(const std::function <bool(void)>& loadUpdateF
|
|||
std::string text;
|
||||
if (isPipelines)
|
||||
{
|
||||
text = "Loading cached Vulkan pipelines...";
|
||||
text = "Loading cached pipelines...";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue