Add CMapArea

Former-commit-id: 920fe2cbd9
This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-05 17:43:31 +02:00
parent 5ca5c39db1
commit 1ece642d1b
11 changed files with 402 additions and 27 deletions

View File

@@ -125,6 +125,11 @@ static inline void GXTexCoord2f32(const f32 u, const f32 v) {
GXWGFifo.f32 = v;
}
static inline void GXPosition1x8(u8 index) {
GXWGFifo.u8 = index;
}
static inline void GXEnd(void) {}
#endif