mirror of
https://github.com/zeldaret/ss
synced 2026-08-10 03:05:33 -04:00
Im tired
This commit is contained in:
@@ -38,6 +38,10 @@ public:
|
||||
mClearColor = clr;
|
||||
}
|
||||
|
||||
void setCopyFilter(const CopyFilter &filt) {
|
||||
mCopyFilterArg = filt;
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0x18 */ u8 mCapFlags;
|
||||
/* 0x19 */ GXColor mClearColor;
|
||||
|
||||
@@ -68,6 +68,10 @@ public:
|
||||
u16 getHeight() const {
|
||||
return mHeight;
|
||||
}
|
||||
// Needed for PostEffectMaskDOF::setUpGradation
|
||||
u16 getHeight2() {
|
||||
return mHeight;
|
||||
}
|
||||
void setHeight(u16 h) {
|
||||
mHeight = h;
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ public:
|
||||
return mRotation;
|
||||
}
|
||||
|
||||
protected:
|
||||
public:
|
||||
u32 field_0x00; // at 0x0
|
||||
CapTextureWrapper mTex1; // at 0x4
|
||||
CapTextureWrapper mTex2; // at 0xC
|
||||
|
||||
Reference in New Issue
Block a user