diff options
author | gdkchan <gab.dark.100@gmail.com> | 2024-01-18 14:17:38 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 14:17:38 -0300 |
commit | 870d9599cc056e515dd63620fd10bf9fee4992ee (patch) | |
tree | 419862e34e111e69c6bf5acdfb96f026e75c8729 /src/Ryujinx.Tests/Cpu/CpuTest.cs | |
parent | 2dbbc9bc05998baa94d7b1953d9e0ffc7f1651f8 (diff) |
Change shader cache init wait method (#6131)1.1.1114
* Change shader cache init wait method
* Make field readonly
Diffstat (limited to 'src/Ryujinx.Tests/Cpu/CpuTest.cs')
-rw-r--r-- | src/Ryujinx.Tests/Cpu/CpuTest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ryujinx.Tests/Cpu/CpuTest.cs b/src/Ryujinx.Tests/Cpu/CpuTest.cs index 35158c0b..da0f03e6 100644 --- a/src/Ryujinx.Tests/Cpu/CpuTest.cs +++ b/src/Ryujinx.Tests/Cpu/CpuTest.cs @@ -61,7 +61,6 @@ namespace Ryujinx.Tests.Cpu _memory.Map(DataBaseAddress, Size, Size, MemoryMapFlags.Private); _context = CpuContext.CreateExecutionContext(); - Translator.IsReadyForTranslation.Set(); _cpuContext = new CpuContext(_memory, for64Bit: true); |