1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 06:26:32 -05:00

gl_shader_cache: Link loading screen with disk shader cache load

This commit is contained in:
ReinUsesLisp
2019-01-21 16:38:23 -03:00
parent df0f31f44e
commit eb73247433
10 changed files with 62 additions and 12 deletions

View File

@@ -176,8 +176,6 @@ struct System::Impl {
static_cast<u32>(load_result));
}
renderer->Rasterizer().LoadDiskResources();
status = ResultStatus::Success;
return status;
}