Implement sparse table
This commit is contained in:
parent
a3199f0b54
commit
74fe391150
14 changed files with 292 additions and 195 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue