mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-28 18:47:11 +02:00
Move most of signal handling to Ryujinx.Cpu project (#6128)
* Move most of signal handling to Ryujinx.Cpu project * Format whitespace * Remove unused member * Format whitespace * This does not need to be public anymore
This commit is contained in:
parent
72634c80f4
commit
2dbbc9bc05
12 changed files with 253 additions and 253 deletions
|
@ -4,7 +4,5 @@ namespace ARMeilleure.Memory
|
|||
{
|
||||
IJitMemoryBlock Allocate(ulong size);
|
||||
IJitMemoryBlock Reserve(ulong size);
|
||||
|
||||
ulong GetPageSize();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ namespace ARMeilleure.Memory
|
|||
HostMappedUnsafe,
|
||||
}
|
||||
|
||||
static class MemoryManagerTypeExtensions
|
||||
public static class MemoryManagerTypeExtensions
|
||||
{
|
||||
public static bool IsHostMapped(this MemoryManagerType type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue