mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-01 00:13:05 -04:00
MSL_C fully matched / some SSystem cleanup/ obj_rgate OK (#2011)
* cleanup SSystem files * MSL_C fully matched * fix build * remove asm * reorganize MSL_C/Runtime libs into more accurate setup * little more cleanup * cleanup some MSL headers * obj_rgate OK * remove asm * some rgate documentation
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: c_cc_d
|
||||
//
|
||||
/**
|
||||
* c_cc_d.cpp
|
||||
*
|
||||
*/
|
||||
|
||||
#include "SSystem/SComponent/c_cc_d.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 80430CB4-80430CC0 05D9D4 000C+00 1/1 2/2 0/0 .bss m_virtual_center__14cCcD_ShapeAttr
|
||||
*/
|
||||
@@ -21,7 +20,8 @@ void cCcD_DivideInfo::Set(u32 xDivInfo, u32 yDivInfo, u32 zDivInfo) {
|
||||
*/
|
||||
bool cCcD_DivideInfo::Chk(cCcD_DivideInfo const& other) const {
|
||||
if ((mXDivInfo & other.mXDivInfo) == 0 || (mZDivInfo & other.mZDivInfo) == 0 ||
|
||||
(mYDivInfo & other.mYDivInfo) == 0) {
|
||||
(mYDivInfo & other.mYDivInfo) == 0)
|
||||
{
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
@@ -122,8 +122,7 @@ void cCcD_DivideArea::CalcDivideInfo(cCcD_DivideInfo* pDivideInfo, cM3dGAab cons
|
||||
|
||||
/* 802636A0-80263894 25DFE0 01F4+00 0/0 3/3 0/0 .text
|
||||
* CalcDivideInfoOverArea__15cCcD_DivideAreaFP15cCcD_DivideInfoRC8cM3dGAab */
|
||||
void cCcD_DivideArea::CalcDivideInfoOverArea(cCcD_DivideInfo* pDivideInfo,
|
||||
cM3dGAab const& aab) {
|
||||
void cCcD_DivideArea::CalcDivideInfoOverArea(cCcD_DivideInfo* pDivideInfo, cM3dGAab const& aab) {
|
||||
u32 xDivInfo, yDivInfo, zDivInfo;
|
||||
if (!mXDiffIsZero) {
|
||||
s32 var1 = mInvScaledXDiff * (aab.mMin.x - mMin.x);
|
||||
|
||||
Reference in New Issue
Block a user