mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-05-13 08:24:45 +00:00
Host tracked needs signal handling too
This commit is contained in:
parent
2feecd05a3
commit
85f83592c7
@ -69,7 +69,9 @@ namespace Ryujinx.Cpu.LightningJit
|
||||
|
||||
FunctionTable.Fill = (ulong)Stubs.SlowDispatchStub;
|
||||
|
||||
if (memory.Type == MemoryManagerType.HostMapped || memory.Type == MemoryManagerType.HostMappedUnsafe)
|
||||
if (memory.Type == MemoryManagerType.HostTracked ||
|
||||
memory.Type == MemoryManagerType.HostMapped ||
|
||||
memory.Type == MemoryManagerType.HostMappedUnsafe)
|
||||
{
|
||||
NativeSignalHandler.InitializeSignalHandler(allocator.GetPageSize());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user