mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-10 17:01:17 +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;
|
std::string text;
|
||||||
if (isPipelines)
|
if (isPipelines)
|
||||||
{
|
{
|
||||||
text = "Loading cached Vulkan pipelines...";
|
text = "Loading cached pipelines...";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue