GXUnknownu16 moved to GXVert.h
This commit is contained in:
parent
6d79d4bf01
commit
d9760904d6
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue