mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-29 12:34:17 +01:00
remove 'Vulkan' from cache loading message
This commit is contained in:
parent
927c52e268
commit
6eb46ed6eb
@ -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…
Reference in New Issue
Block a user