Attempt to decompile titleRenderPdLogo

This commit is contained in:
Ryan Dwyer
2022-01-03 18:43:27 +10:00
parent 67bc89168d
commit 7e4e380ff4
9 changed files with 922 additions and 488 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ void gfxInitMemory(void);
Gfx *gfxGetMasterDisplayList(void);
struct gfxvtx *gfxAllocateVertices(s32 count);
void *gfxAllocateMatrix(void);
void *gfxAllocate4Words(s32 count);
void *gfxAllocateLookAt(s32 count);
void *gfxAllocateColours(s32 count);
void *gfxAllocate(u32 size);
void gfxSwapBuffers(void);