This commit is contained in:
elijah-thomas774
2025-03-24 21:28:54 -04:00
parent 3e7dd3283a
commit a8327ffc92
5 changed files with 75 additions and 6 deletions
+4
View File
@@ -38,6 +38,10 @@ public:
mClearColor = clr;
}
void setCopyFilter(const CopyFilter &filt) {
mCopyFilterArg = filt;
}
private:
/* 0x18 */ u8 mCapFlags;
/* 0x19 */ GXColor mClearColor;
+4
View File
@@ -68,6 +68,10 @@ public:
u16 getHeight() const {
return mHeight;
}
// Needed for PostEffectMaskDOF::setUpGradation
u16 getHeight2() {
return mHeight;
}
void setHeight(u16 h) {
mHeight = h;
}
+1 -1
View File
@@ -27,7 +27,7 @@ public:
return mRotation;
}
protected:
public:
u32 field_0x00; // at 0x0
CapTextureWrapper mTex1; // at 0x4
CapTextureWrapper mTex2; // at 0xC