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;
}