diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-23 23:41:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 23:41:49 -0400 |
commit | 52139f47a6c4df33fda98b3be5b140cd48ab218d (patch) | |
tree | 3f997a2b6086a26684ec76c2e666dc4a34a1a645 /include/SDK/OS/OSCache.h | |
parent | 8fd68eac26a17cd4b7a2bdb637d4d1f5497c5201 (diff) | |
parent | 828020713c213b3e02af7f8c87f473c2a3ce26ba (diff) |
Merge pull request #152 from mparisi20/master
decompile code_801DBB3C.o and simplify some functions in code_801DB81C.cpp
Diffstat (limited to 'include/SDK/OS/OSCache.h')
-rw-r--r-- | include/SDK/OS/OSCache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SDK/OS/OSCache.h b/include/SDK/OS/OSCache.h index 489ed0b..a6fb490 100644 --- a/include/SDK/OS/OSCache.h +++ b/include/SDK/OS/OSCache.h @@ -6,6 +6,9 @@ extern "C" { #endif
void LCEnable(void);
+#define LC_BASE (0xE000 << 16)
+#define LCGetBase() ((void*)LC_BASE)
+
#ifdef __cplusplus
}
|