diff options
author | red031000 <rubenru09@aol.com> | 2020-09-16 18:18:33 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-16 18:21:28 +0100 |
commit | 1e3c383ff53842cd2fe2134278b448fffebb15e9 (patch) | |
tree | 3a0c1dc4ce85764c1a6761d2bde821752231a889 /arm9/lib/include/MI_memory.h | |
parent | a013685f0bd75d8070971d96b79e4c146d5fbcaf (diff) |
arm9 CARD_common
Diffstat (limited to 'arm9/lib/include/MI_memory.h')
-rw-r--r-- | arm9/lib/include/MI_memory.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_memory.h b/arm9/lib/include/MI_memory.h index 01c12f86..450e5e58 100644 --- a/arm9/lib/include/MI_memory.h +++ b/arm9/lib/include/MI_memory.h @@ -45,4 +45,9 @@ static inline void MI_CpuCopy16(const void *src, void *dest, u32 size) MIi_CpuCopy16(src, dest, size); } +static inline void MI_CpuFillFast(void *dest, u32 data, u32 size) +{ + MIi_CpuClearFast(data, dest, size); +} + #endif //POKEDIAMOND_ARM9_MI_MEMORY_H |