summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-01-29 17:18:08 -0500
committerGitHub <noreply@github.com>2026-01-29 14:18:08 -0800
commit050ebb447137e7077903e208b41deccbf0ee23f6 (patch)
treec54e4676aca9283aa11628e714ce9cc18d6b304c /src/JSystem/J3DGraphAnimator
parentc161523338fedf22e206a1c85d2777b4e6f667d0 (diff)
Add missing TUs for Wii/Shield retail (+ filename cleanup) (#3072)
* Fix GCN_mem_alloc.c filename capitalization * Fix up TRK file names in Wii/Shield splits * Add string_TRK * Add cc_gdev * Add Shield-only wstring TUs * Implement NdevExi2A * Add missing JSystem TUs (more are still missing from ShieldD) * Clean up includes
Diffstat (limited to 'src/JSystem/J3DGraphAnimator')
-rw-r--r--src/JSystem/J3DGraphAnimator/J3DJoint.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/JSystem/J3DGraphAnimator/J3DJoint.cpp b/src/JSystem/J3DGraphAnimator/J3DJoint.cpp
index 00fd7d1935..4091a3b7a1 100644
--- a/src/JSystem/J3DGraphAnimator/J3DJoint.cpp
+++ b/src/JSystem/J3DGraphAnimator/J3DJoint.cpp
@@ -26,14 +26,6 @@ J3DMtxBuffer* J3DMtxCalc::mMtxBuffer;
J3DJoint* J3DMtxCalc::mJoint;
-inline s32 checkScaleOne(const Vec& param_0) {
- if (param_0.x == 1.0f && param_0.y == 1.0f && param_0.z == 1.0f) {
- return true;
- } else {
- return false;
- }
-}
-
void J3DMtxCalcCalcTransformBasic::calcTransform(J3DTransformInfo const& transInfo) {
J3DJoint* joint = J3DMtxCalc::getJoint();
J3DMtxBuffer* mtxBuf = J3DMtxCalc::getMtxBuffer();