mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 06:25:46 +00:00
rasterizer_interface: Add disk cache entry for the rasterizer
This commit is contained in:
parent
f75174d195
commit
5bed286abf
6 changed files with 17 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue