mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Update gbi.h to use one found in libultra E version (#699)
* Fix some asm size stuff, really only impacts the elf binary. * Change the gbi.h to one found in libultra version E, and run formatter * Update m2c submodule
This commit is contained in:
+122
-965
File diff suppressed because it is too large
Load Diff
@@ -256,15 +256,4 @@ typedef struct {
|
||||
u32 paddr;
|
||||
} guDLPrintCB;
|
||||
|
||||
void guSprite2DInit(uSprite *SpritePointer,
|
||||
void *SourceImagePointer,
|
||||
void *TlutPointer,
|
||||
int Stride,
|
||||
int SubImageWidth,
|
||||
int SubImageHeight,
|
||||
int SourceImageType,
|
||||
int SourceImageBitSize,
|
||||
int SourceImageOffsetS,
|
||||
int SourceImageOffsetT);
|
||||
|
||||
#endif /* !_GU_H_ */
|
||||
|
||||
Reference in New Issue
Block a user