diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-30 08:54:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-30 08:54:50 -0400 |
commit | 9da7dd90041b785cb156069ccdf96996d9a162e2 (patch) | |
tree | 1b0aac0a4dc4569b09735c03a1b6c3af97118c37 /arm9/lib/include/consts.h | |
parent | af472505c60f7a0463e8195e9039af4806b9d42b (diff) |
Refactor heap.c using NNS types, 1
Diffstat (limited to 'arm9/lib/include/consts.h')
-rw-r--r-- | arm9/lib/include/consts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/consts.h b/arm9/lib/include/consts.h index a41f22ae..1ad79b93 100644 --- a/arm9/lib/include/consts.h +++ b/arm9/lib/include/consts.h @@ -52,6 +52,7 @@ #define OSi_TCM_REGION_BASE_MASK 0xfffff000 #define OS_IE_V_BLANK (1UL << 0) +#define OS_IE_H_BLANK (1UL << 1) #define HW_CPU_CLOCK_ARM9 67027964 |