mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Less restrictive FIRM section adress whitelisting
... alllows loading Luma 8 again
This commit is contained in:
parent
71debc772f
commit
b333380bc0
@ -14,7 +14,7 @@
|
||||
#define FIRM_VALID_ADDRESS \
|
||||
0x08000040, 0x08100000, \
|
||||
0x18000000, 0x18600000, \
|
||||
0x1FF80000, 0x1FFFFFFC
|
||||
0x1FF00000, 0x1FFFFC00
|
||||
|
||||
// valid addresses (installable) for FIRM section loading
|
||||
#define FIRM_VALID_ADDRESS_INSTALL \
|
||||
|
Loading…
x
Reference in New Issue
Block a user