Remove FaceDraw from the header and more stubs
This commit is contained in:
parent
c272403fe0
commit
cb9b14841b
3 changed files with 100 additions and 10 deletions
|
|
@ -306,6 +306,20 @@ void PSMTXMultS16VecArray(const Mtx m, const S16Vec* srcBase, Vec* dstBase, u32
|
|||
void PSMTXROMultS16VecArray(const ROMtx m, const S16Vec* srcBase, Vec* dstBase, u32 count);
|
||||
#endif
|
||||
|
||||
#ifdef MTX_USE_PS
|
||||
#define MTXReorder PSMTXReorder
|
||||
#define MTXROMultVecArray PSMTXROMultVecArray
|
||||
#define MTXROSkin2VecArray PSMTXROSkin2VecArray
|
||||
#define MTXROMultS16VecArray PSMTXROMultS16VecArray
|
||||
#define MTXMultS16VecArray PSMTXMultS16VecArray
|
||||
#else // MTX_USE_C
|
||||
#define MTXReorder C_MTXReorder
|
||||
#define MTXROMultVecArray C_MTXROMultVecArray
|
||||
#define MTXROSkin2VecArray C_MTXROSkin2VecArray
|
||||
#define MTXROMultS16VecArray C_MTXROMultS16VecArray
|
||||
#define MTXMultS16VecArray C_MTXMultS16VecArray
|
||||
#endif
|
||||
|
||||
void MTXInitStack(MtxStack* sPtr, u32 numMtx);
|
||||
MtxPtr MTXPush(MtxStack* sPtr, const Mtx m);
|
||||
MtxPtr MTXPushFwd(MtxStack* sPtr, const Mtx m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue