summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-08-31 15:52:01 -0400
committerGitHub <noreply@github.com>2026-08-31 15:52:01 -0400
commite7e0e8e581b29a031966f9a16501d78dff0fb3a7 (patch)
tree3b131308b83d8bca9d2fbbdfa0f408af8430e7b6 /include/JSystem/J3DGraphBase
parent18e0b77903ae601c5000487cddf769c9bab71a64 (diff)
m_Do demo work (#1189)
* m_Do_controller_pad and m_Do_Reset OK for demo, m_Do_machine 100% with weak func order * Add machine.pch, m_Do_machine OK for demo * m_Do_gba_com and m_Do_MemCardRWmng OK for demo * m_Do_graphic work * m_Do_graphic JPN/PAL version diffs
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DSys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DSys.h b/include/JSystem/J3DGraphBase/J3DSys.h
index 6760dfb4..b1f46493 100644
--- a/include/JSystem/J3DGraphBase/J3DSys.h
+++ b/include/JSystem/J3DGraphBase/J3DSys.h
@@ -49,7 +49,7 @@ public:
};
MtxP getViewMtx() { return mViewMtx; }
- void setViewMtx(Mtx m) { MTXCopy(m, mViewMtx); }
+ void setViewMtx(const Mtx m) { MTXCopy(m, mViewMtx); }
void setDrawModeOpaTexEdge() { mDrawMode = OPA_TEX_EDGE; }