summaryrefslogtreecommitdiff
path: root/arm9/lib/include/MI_memory.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-09-16 20:31:28 +0300
committerGitHub <noreply@github.com>2020-09-16 20:31:28 +0300
commitf8bd464bad0f8eb0c15077da4e0be1ba0dbd9976 (patch)
tree3a0c1dc4ce85764c1a6761d2bde821752231a889 /arm9/lib/include/MI_memory.h
parenta013685f0bd75d8070971d96b79e4c146d5fbcaf (diff)
parent1e3c383ff53842cd2fe2134278b448fffebb15e9 (diff)
Merge pull request #286 from red031000/master
arm9 CARD_common
Diffstat (limited to 'arm9/lib/include/MI_memory.h')
-rw-r--r--arm9/lib/include/MI_memory.h5
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