mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 00:59:18 +01:00
MacOS: disable pipeline cache compilation
This commit is contained in:
parent
13b90874f9
commit
04e30f21e3
@ -341,9 +341,11 @@ void LatteShaderCache_Load()
|
||||
cemuLog_log(LogType::Force, "Shader cache loaded with {} shaders. Commited mem {}MB. Took {}ms", numLoadedShaders, (sint32)(memCommited/1024/1024), timeLoad);
|
||||
#endif
|
||||
LatteShaderCache_finish();
|
||||
#if !BOOST_OS_MACOS
|
||||
// if Vulkan then also load pipeline cache
|
||||
if (g_renderer->GetType() == RendererAPI::Vulkan)
|
||||
LatteShaderCache_LoadVulkanPipelineCache(cacheTitleId);
|
||||
#endif
|
||||
|
||||
|
||||
g_renderer->BeginFrame(true);
|
||||
|
Loading…
Reference in New Issue
Block a user