mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-30 21:36:25 +02:00
Change shader cache init wait method (#6131)
* Change shader cache init wait method * Make field readonly
This commit is contained in:
parent
2dbbc9bc05
commit
870d9599cc
11 changed files with 20 additions and 23 deletions
|
@ -57,6 +57,8 @@ namespace Ryujinx.HLE.HOS
|
|||
|
||||
public void Execute(IExecutionContext context, ulong codeAddress)
|
||||
{
|
||||
// We must wait until shader cache is loaded, among other things, before executing CPU code.
|
||||
_gpuContext.WaitUntilGpuReady();
|
||||
_cpuContext.Execute(context, codeAddress);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue