Ryujinx/src/Ryujinx.Cpu/Jit
jhorv 9b94662b4b
implement MemoryManagerHostTracked.GetReadOnlySequence() (#6695)
* implement `MemoryManagerHostTracked.GetReadOnlySequence()`, fixes crashes on game starts on MacOS

* whitespace fixes

* whitespace fixes

* add missing call to `SignalMemoryTracking()`

* adjust call to `SignalMemoryTracking()``

* don't use GetPhysicalAddressMemory()

* add newline for consistency
2024-04-21 16:34:04 -03:00
..
HostTracked Implement host tracked memory manager mode (#6356) 2024-03-26 23:33:24 -03:00
JitCpuContext.cs Implement host tracked memory manager mode (#6356) 2024-03-26 23:33:24 -03:00
JitDiskCacheLoadState.cs [Ryujinx.Cpu] Address dotnet-format issues (#5365) 2023-07-01 02:18:52 +00:00
JitEngine.cs [Ryujinx.Cpu] Address dotnet-format issues (#5365) 2023-07-01 02:18:52 +00:00
JitExecutionContext.cs [Ryujinx.Cpu] Address dotnet-format issues (#5365) 2023-07-01 02:18:52 +00:00
JitMemoryAllocator.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
JitMemoryBlock.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
MemoryManager.cs Delete old 16KB page workarounds (#6584) 2024-04-06 13:51:44 -03:00
MemoryManagerHostMapped.cs Delete old 16KB page workarounds (#6584) 2024-04-06 13:51:44 -03:00
MemoryManagerHostTracked.cs implement MemoryManagerHostTracked.GetReadOnlySequence() (#6695) 2024-04-21 16:34:04 -03:00