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:
Ryan Myers
2025-08-14 09:29:46 -04:00
committed by GitHub
parent 89e15fb720
commit 055f9db867
12 changed files with 165 additions and 999 deletions
+122 -965
View File
File diff suppressed because it is too large Load Diff
-11
View File
@@ -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_ */