diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-10-11 01:12:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-11 01:12:08 -0700 |
| commit | 6229bba991717a88629e52c59b2daa45022f098a (patch) | |
| tree | 451d512d9703bb578ac15ff90ae14d9253236ba7 /include/JSystem/J3DGraphBase | |
| parent | c5b54dd7ec656e70ced5d1363a6862aecece6afc (diff) | |
d_a_andsw2 OK, d_a_player / d_a_alink cleanup, d_a_alink_hook mostly done (#1957)
* d_a_andsw2 OK
* d_a_player cleanup, d_a_alink cleanup and work on d_a_alink_hook
* remove asm
* d_kankyo_wether almost done
* some work on d_kankyo_rain
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DShapeMtx.h | 1 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DSys.h | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DShapeMtx.h b/include/JSystem/J3DGraphBase/J3DShapeMtx.h index 5f23e39db1..d850b3c398 100644 --- a/include/JSystem/J3DGraphBase/J3DShapeMtx.h +++ b/include/JSystem/J3DGraphBase/J3DShapeMtx.h @@ -38,7 +38,6 @@ public: : mUseMtxIndex(useMtxIndex) {} - /* 803130A8 */ void resetMtxLoadCache(); /* 803130E4 */ void loadMtxIndx_PNGP(int, u16) const; /* 80313128 */ void loadMtxIndx_PCPU(int, u16) const; /* 80313188 */ void loadMtxIndx_NCPU(int, u16) const; diff --git a/include/JSystem/J3DGraphBase/J3DSys.h b/include/JSystem/J3DGraphBase/J3DSys.h index 085e3b74fa..bf96165bb0 100644 --- a/include/JSystem/J3DGraphBase/J3DSys.h +++ b/include/JSystem/J3DGraphBase/J3DSys.h @@ -11,8 +11,8 @@ enum J3DError { }; enum J3DSysDrawBuffer { - /* 0x0 */ OPA_BUFFER, - /* 0x1 */ XLU_BUFFER + /* 0x0 */ J3DSys_OPA_BUFFER_e, + /* 0x1 */ J3DSys_XLU_BUFFER_e }; class J3DMtxCalc; |
