# | Line 8 | Line 8 | namespace RomCheater | |
---|---|---|
8 | public static class MemorySizeConstants | |
9 | { | |
10 | public const int MinimumAddress = 0x00000000; | |
11 | < | public const int MaximumAddress = int.MaxValue - 0x38; // any more than this, for byte arrays, causes out of memory exceptions) |
11 | > | public const int MaximumAddress = int.MaxValue; |
12 | > | |
13 | > | public const int MinimumSearchAddress = 0x00400000; |
14 | > | public const int MaximumSearchAddress = 0x20000000; |
15 | } | |
16 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |