mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06:00
Change shader cache init wait method (#6131)
* Change shader cache init wait method * Make field readonly
This commit is contained in:
@ -161,7 +161,8 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
||||
_graphicsShaderCache,
|
||||
_computeShaderCache,
|
||||
_diskCacheHostStorage,
|
||||
ShaderCacheStateUpdate, cancellationToken);
|
||||
ShaderCacheStateUpdate,
|
||||
cancellationToken);
|
||||
|
||||
loader.LoadShaders();
|
||||
|
||||
|
Reference in New Issue
Block a user