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