mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-27 20:34:03 +00:00
Change anchor rel to magic value
This commit is contained in:
parent
1032430b18
commit
f16c0a780a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <switch.h>
|
||||
|
||||
#define ANCHOR_REL 0x7100000000
|
||||
#define ANCHOR_REL 0x70ffffc000
|
||||
u64 ANCHOR_ABS;
|
||||
#define IMPORT(x) (x - ANCHOR_REL + ANCHOR_ABS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue