mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-23 14:42:26 -08:00
rasterizer_interface: Add disk cache entry for the rasterizer
This commit is contained in:
@@ -175,6 +175,9 @@ struct System::Impl {
|
||||
return static_cast<ResultStatus>(static_cast<u32>(ResultStatus::ErrorLoader) +
|
||||
static_cast<u32>(load_result));
|
||||
}
|
||||
|
||||
renderer->Rasterizer().LoadDiskResources();
|
||||
|
||||
status = ResultStatus::Success;
|
||||
return status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user