Match most of d_attention (#2016)

* Make decompctx work with MSL includes

* Match most of d_attention
This commit is contained in:
hatal175
2023-12-29 21:59:33 +02:00
committed by GitHub
parent 402666242b
commit 68e857b4da
5 changed files with 320 additions and 111 deletions
@@ -628,6 +628,11 @@ public:
void setRate(f32 rate) { mRate = rate; }
f32 getFrame() const { return mFrame; }
void setFrame(f32 frame) { mFrame = frame; }
void reset() {
mFrame = mStart;
mRate = 1.0f;
mState = 0;
}
private:
/* 0x04 */ u8 mAttribute;