mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
J2D structs + print / fix GX + MSL string headers (#157)
* J2D structs + print / fix GX + MSL string headers * remove msl_c/string.h
This commit is contained in:
+526
-242
File diff suppressed because it is too large
Load Diff
@@ -3,18 +3,4 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
typedef struct _GXColor {
|
||||
u8 r;
|
||||
u8 g;
|
||||
u8 b;
|
||||
u8 a;
|
||||
} GXColor;
|
||||
|
||||
typedef struct _GXColorS10 {
|
||||
s16 r;
|
||||
s16 g;
|
||||
s16 b;
|
||||
s16 a;
|
||||
} GXColorS10;
|
||||
|
||||
#endif /* GXTEXTURE_H */
|
||||
|
||||
Reference in New Issue
Block a user