Finished m417Dll except 2 functions

This commit is contained in:
kabiskac 2024-06-05 18:17:06 +02:00
parent 4c90c0858c
commit 3f773121c9
9 changed files with 3333 additions and 255 deletions

View file

@ -159,6 +159,10 @@ static inline void GXPosition1x16(u16 index) {
GXWGFifo.u16 = index;
}
static inline void GXNormal1x16(u16 index) {
GXWGFifo.u16 = index;
}
static inline void GXColor1x16(u16 index) {
GXWGFifo.u16 = index;
}