diff options
author | red031000 <rubenru09@aol.com> | 2020-05-26 16:21:52 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-26 16:21:52 +0100 |
commit | b763fd119dcecbd773a7d0c03a6bab8b593d0e9d (patch) | |
tree | ed2657b53625a4576ab226c0a7dab0af9a0c84a9 /arm9/lib/include/gx.h | |
parent | 0985659425ab1a9035d85512e330cdc247b24e6b (diff) |
OS_ownerInfo
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); |