Various J3D inline fixes

This commit is contained in:
LagoLunatic
2026-08-28 15:03:03 -04:00
parent 60a05bdb83
commit f2be4dc1ff
10 changed files with 237 additions and 120 deletions
+1 -2
View File
@@ -1,6 +1,7 @@
#ifndef GDGEOMETRY_H
#define GDGEOMETRY_H
#include "dolphin/gx/GX.h"
#include "dolphin/types.h"
#ifdef __cplusplus
@@ -505,8 +506,6 @@ extern "C" {
(u32)(p5) << 24 \
)
typedef struct _GXVtxDescList GXVtxDescList;
void GDSetVtxDescv(GXVtxDescList*);
void GDSetArray(GXAttr attr, void* data, u8 stride);
void GDSetArrayRaw(GXAttr attr, u32 data, u8 stride);