summaryrefslogtreecommitdiff
path: root/arm9/lib/include/gx.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-27 15:37:51 +0100
committerGitHub <noreply@github.com>2020-05-27 15:37:51 +0100
commitd42cc73852cdb0cc0684bb87aaa6975d06cae02f (patch)
tree2b10d0ce38142818824cade37f32a49785a8839a /arm9/lib/include/gx.h
parentf33c888bab897bbed7682ff2a190c1a7d48e99e8 (diff)
parent445563c25984dbd4690f5deb07b4e802132c1f0b (diff)
Merge pull request #112 from red031000/master
OS_ownerInfo
Diffstat (limited to 'arm9/lib/include/gx.h')
-rw-r--r--arm9/lib/include/gx.h2
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);