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