diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-09-19 13:45:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 03:45:39 -0700 |
| commit | e5cb9ce472674fbb385bb909005dacbd3576e681 (patch) | |
| tree | 45cf88e27de779d1bb80b3692d0af30b80947368 /libs/JSystem/J3DGraphBase/J3DStruct.cpp | |
| parent | 6726d1cf475c2ea193b5c2a63938e6869b21e10d (diff) | |
JAUSeqCollection, JAUSoundTable OK (#1932)
Diffstat (limited to 'libs/JSystem/J3DGraphBase/J3DStruct.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphBase/J3DStruct.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/JSystem/J3DGraphBase/J3DStruct.cpp b/libs/JSystem/J3DGraphBase/J3DStruct.cpp index 63bfc37353..1ea220f35e 100644 --- a/libs/JSystem/J3DGraphBase/J3DStruct.cpp +++ b/libs/JSystem/J3DGraphBase/J3DStruct.cpp @@ -19,8 +19,6 @@ void J3DLightInfo::operator=(J3DLightInfo const& param_0) { } /* 80325718-80325794 320058 007C+00 0/0 4/4 0/0 .text __as__13J3DTexMtxInfoFRC13J3DTexMtxInfo */ -// J3DTextureSRTInfo::operator= -#ifdef NONMATCHING void J3DTexMtxInfo::operator=(J3DTexMtxInfo const& param_0) { mProjection = param_0.mProjection; mInfo = param_0.mInfo; @@ -28,16 +26,6 @@ void J3DTexMtxInfo::operator=(J3DTexMtxInfo const& param_0) { mSRT = param_0.mSRT; JMath::gekko_ps_copy16(&mEffectMtx, ¶m_0.mEffectMtx); } -#else -#pragma push -#pragma optimization_level 0 -#pragma optimizewithasm off -asm void J3DTexMtxInfo::operator=(J3DTexMtxInfo const& param_0) { - nofralloc -#include "asm/JSystem/J3DGraphBase/J3DStruct/__as__13J3DTexMtxInfoFRC13J3DTexMtxInfo.s" -} -#pragma pop -#endif /* ############################################################################################## */ /* 80456410-80456414 004A10 0004+00 1/1 0/0 0/0 .sdata2 @409 */ |
