mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-17 22:12:08 -07:00
Implement sparse table
This commit is contained in:
@@ -8,7 +8,7 @@ namespace ARMeilleure.Signal
|
||||
{
|
||||
public static class NativeSignalHandlerGenerator
|
||||
{
|
||||
public const int MaxTrackedRanges = 8;
|
||||
public const int MaxTrackedRanges = 16;
|
||||
|
||||
private const int StructAddressOffset = 0;
|
||||
private const int StructWriteOffset = 4;
|
||||
|
Reference in New Issue
Block a user