summaryrefslogtreecommitdiff
path: root/arm9/lib/src/GX.c
diff options
context:
space:
mode:
authorMade <made111@gmx.de>2020-05-15 04:03:35 +0200
committerMade <made111@gmx.de>2020-05-15 04:03:35 +0200
commit08e4b4f6657bac9d361a9f6948ae6d2bfe50eebf (patch)
treec800e9e932824e5e03c018c194a9e1ae35e2a6fc /arm9/lib/src/GX.c
parent7e9089849989d5e930eb5b5f7cecfd8d2c6c379c (diff)
Cleanup
Diffstat (limited to 'arm9/lib/src/GX.c')
-rw-r--r--arm9/lib/src/GX.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arm9/lib/src/GX.c b/arm9/lib/src/GX.c
index 6d979139..9823e8ba 100644
--- a/arm9/lib/src/GX.c
+++ b/arm9/lib/src/GX.c
@@ -7,11 +7,6 @@ extern u16 gUnk021D33C0;
extern u32 gUnk02106814;
extern u16 gUnk02106810;
-void GX_InitGXState();
-
-void MI_DmaFill32(u32, void *, u32, u32);
-void MIi_CpuClear32(u32, void *, u32);
-
void GX_Init(){
SETREG16(HW_REG_POWCNT1, READREG16(HW_REG_POWCNT1) | 0x8000);
SETREG16(HW_REG_POWCNT1, (READREG16(HW_REG_POWCNT1) & ~0x20E) | 0x20E);