diff options
| author | 2019-01-21 16:38:23 -0300 | |
|---|---|---|
| committer | 2019-02-06 22:23:40 -0300 | |
| commit | eb7324743372d3b94db9a915a5508d8293d45ecb (patch) | |
| tree | 085261558efeb2b47ce5316b52314980005b3e5c /src/core/core.cpp | |
| parent | gl_shader_cache: Set GL_PROGRAM_SEPARABLE to dumped shaders (diff) | |
| download | yuzu-eb7324743372d3b94db9a915a5508d8293d45ecb.tar.gz yuzu-eb7324743372d3b94db9a915a5508d8293d45ecb.tar.xz yuzu-eb7324743372d3b94db9a915a5508d8293d45ecb.zip | |
gl_shader_cache: Link loading screen with disk shader cache load
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 1d71312aa..1dd576c26 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -176,8 +176,6 @@ struct System::Impl { | |||
| 176 | static_cast<u32>(load_result)); | 176 | static_cast<u32>(load_result)); |
| 177 | } | 177 | } |
| 178 | 178 | ||
| 179 | renderer->Rasterizer().LoadDiskResources(); | ||
| 180 | |||
| 181 | status = ResultStatus::Success; | 179 | status = ResultStatus::Success; |
| 182 | return status; | 180 | return status; |
| 183 | } | 181 | } |