diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-27 21:32:48 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-27 21:32:48 -0400 |
commit | d43d43f06bd17ac320247bc4e8d58cde2a9d9f70 (patch) | |
tree | efacf95ec792b7c12d13eee670a59b3b4e5535cd /arm9/lib/include/gx.h | |
parent | 35c9f9fc2e2ff3387ff89b956a88e05000d4768a (diff) | |
parent | d42cc73852cdb0cc0684bb87aaa6975d06cae02f (diff) |
Merge remote-tracking branch 'origin' into libvct
Diffstat (limited to 'arm9/lib/include/gx.h')
-rw-r--r-- | arm9/lib/include/gx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/include/gx.h b/arm9/lib/include/gx.h index 8abe4e40..79b707fc 100644 --- a/arm9/lib/include/gx.h +++ b/arm9/lib/include/gx.h @@ -2,6 +2,7 @@ #define GUARD_GX_H #include "fx.h" +#include "MI_memory.h" //temporary while other files aren't decompiled @@ -14,7 +15,6 @@ void MI_Copy64B(void *src, void *dst); void MI_WaitDma(u32); void MI_DmaCopy32Async(u32, const void *, void *, u32, void *, void *); void MI_DmaCopy16(u32 unk, const void *src, void *dst, u32 size); -void MIi_CpuCopy16(const void *src, void *dst, u32 size); void MI_DmaCopy32(u32 unk, const void *src, void *dst, u32 size); void MIi_CpuCopy32(const void *src, void *dst, u32 size); void OSi_UnlockVram(u16, u16); |