1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-03 01:34:27 +00:00

Change anchor rel to magic value

This commit is contained in:
jam1garner 2019-03-26 23:54:36 -04:00
parent 1032430b18
commit f16c0a780a

View file

@ -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)