# | Line 11 | Line 11 | namespace RomCheater | |
---|---|---|
11 | public const uint MaximumAddressSize = int.MaxValue; | |
12 | ||
13 | public const uint MinimumSearchAddress = 0x0; | |
14 | < | public const uint MaximumSearchSize = MaximumAddressSize / 2; |
14 | > | public const uint MaximumSearchSize = 0x1f000000; |
15 | } | |
16 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |