mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 09:37:52 -05:00
video_core: stop waiting for shader compilation on user cancel
This commit is contained in:
@ -452,7 +452,7 @@ void PipelineCache::LoadDiskResources(u64 title_id, std::stop_token stop_loading
|
||||
state.has_loaded = true;
|
||||
lock.unlock();
|
||||
|
||||
workers.WaitForRequests();
|
||||
workers.WaitForRequests(stop_loading);
|
||||
|
||||
if (state.statistics) {
|
||||
state.statistics->Report();
|
||||
|
Reference in New Issue
Block a user