From 1e3c383ff53842cd2fe2134278b448fffebb15e9 Mon Sep 17 00:00:00 2001 From: red031000 Date: Wed, 16 Sep 2020 18:18:33 +0100 Subject: arm9 CARD_common --- arm9/lib/include/MI_memory.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arm9/lib/include/MI_memory.h') 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 -- cgit v1.2.3