early-access version 2920
This commit is contained in:
parent
ff1775218e
commit
27a2d0cdb2
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 2919.
|
||||
This is the source code for early-access 2920.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -432,7 +432,9 @@ void PipelineCache::LoadDiskResources(u64 title_id, std::stop_token stop_loading
|
|||
state.statistics.get(), false)};
|
||||
|
||||
std::scoped_lock lock{state.mutex};
|
||||
if (pipeline) {
|
||||
graphics_cache.emplace(key, std::move(pipeline));
|
||||
}
|
||||
++state.built;
|
||||
if (state.has_loaded) {
|
||||
callback(VideoCore::LoadCallbackStage::Build, state.built, state.total);
|
||||
|
|
Loading…
Reference in a new issue