summaryrefslogtreecommitdiff
path: root/soh/include
diff options
context:
space:
mode:
authorLywx <kiritodev01@gmail.com>2024-05-27 16:33:02 -0600
committerGitHub <noreply@github.com>2024-05-27 18:33:02 -0400
commit53efc22a23efd7bc76733efa00a35d67b798ae29 (patch)
tree59c9d7c43b8cfa3863cb2b1072e4a73f31e139f3 /soh/include
parentad0e17383e72c652541e6a90367ab720c6a18723 (diff)
Framebuffer clear and bump LUS (#4187)
Diffstat (limited to 'soh/include')
-rw-r--r--soh/include/functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h
index b9e1f6981..fc7fc15b7 100644
--- a/soh/include/functions.h
+++ b/soh/include/functions.h
@@ -22,12 +22,10 @@ extern "C"
void gSPSegment(void* value, int segNum, uintptr_t target);
void gSPSegmentLoadRes(void* value, int segNum, uintptr_t target);
-void gDPSetTextureImage(Gfx* pkt, u32 f, u32 s, u32 w, uintptr_t i);
void gSPDisplayList(Gfx* pkt, Gfx* dl);
void gSPDisplayListOffset(Gfx* pkt, Gfx* dl, int offset);
void gSPVertex(Gfx* pkt, uintptr_t v, int n, int v0);
void gSPInvalidateTexCache(Gfx* pkt, uintptr_t texAddr);
-void gDPSetTextureImageFB(Gfx* pkt, u32 format, u32 size, u32 width, int fb);
void cleararena(void);