From e5cb9ce472674fbb385bb909005dacbd3576e681 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Tue, 19 Sep 2023 13:45:39 +0300 Subject: JAUSeqCollection, JAUSoundTable OK (#1932) --- libs/JSystem/J3DGraphBase/J3DStruct.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libs/JSystem/J3DGraphBase/J3DStruct.cpp') 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 */ -- cgit v1.2.3