GXUnknownu16 moved to GXVert.h

This commit is contained in:
kabiskac 2024-06-11 14:32:54 +02:00
parent 6d79d4bf01
commit d9760904d6
2 changed files with 4 additions and 5 deletions

View file

@ -171,6 +171,10 @@ static inline void GXTexCoord1x16(u16 index) {
GXWGFifo.u16 = index;
}
static inline void GXUnknownu16(const u16 x) {
GXWGFifo.u16 = x;
}
static inline void GXEnd(void) {}
#endif

View file

@ -117,11 +117,6 @@ static s16 oneceF = 1;
static GXColor firstTev = { 0xFF, 0xFF, 0x00, 0x00 };
static GXColor secondTev = { 0x00, 0x00, 0xFF, 0xFF };
// TODO: move to GXVert
static inline void GXUnknownu16(const u16 x) {
GXWGFifo.u16 = x;
}
void Hu3DDrawPreInit(void) {
DrawObjIdx = 0;
}