Testing on real wii hardware some more

This commit is contained in:
2026-04-18 15:59:25 -05:00
parent 8e49be5ac4
commit 7bacb3ee2b
4 changed files with 21 additions and 19 deletions
@@ -52,6 +52,7 @@ errorret_t meshDrawDolphin(
assertTrue(offsetof(meshvertex_t, pos) == 8, "pos offset wrong");
#endif
// Flush vertex data to GPU. This is required before drawing with GX.
DCFlushRange(
(void*)&mesh->vertices[vertexOffset],
sizeof(meshvertex_t) * vertexCount