diff options
author | red031000 <rubenru09@aol.com> | 2020-08-01 21:28:47 +0100 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 15:58:18 -0400 |
commit | 9f8f93dd1283f6c81db35e89084a68257d1a6f29 (patch) | |
tree | 56369c5a54415bcd7ad4de4317b5e32b971cfafa /arm9/lib/include/gx.h | |
parent | 76397dd412c8e73f8b5fa66c862137d575a8f910 (diff) |
arm9 OS_vramExclusive
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 bc89aa04..f9478851 100644 --- a/arm9/lib/include/gx.h +++ b/arm9/lib/include/gx.h @@ -4,6 +4,7 @@ #include "fx.h" #include "MI_memory.h" #include "MI_dma.h" +#include "OS_vramExclusive.h" //temporary while other files aren't decompiled @@ -11,7 +12,6 @@ void GXi_NopClearFifo128_(void *); void MI_Copy16B(const void *, void *); void MI_Copy64B(void *src, void *dst); void MIi_CpuCopy32(const void *src, void *dst, u32 size); -void OSi_UnlockVram(u16, u16); #include "GXcommon.h" #include "GX_struct_2d.h" |