add debug functionality to d_a_horse, match almost all functions (#2834)

* add debug functinality to d_a_horse, match almost all functions

* fix some wii funcs

* fix wii build
This commit is contained in:
roeming
2025-11-20 17:41:52 -05:00
committed by GitHub
parent de6f6a858a
commit 5c6fe682e8
5 changed files with 411 additions and 255 deletions
@@ -944,7 +944,7 @@ public:
}
s16 getEnd() const { return mEnd; }
void setEnd(s16 end) { mEnd = end; }
s32 getLoop() { return mLoop; }
s16 getLoop() const { return mLoop; }
void setLoop(s16 loop) { mLoop = loop; }
f32 getRate() const { return mRate; }
void setRate(f32 rate) { mRate = rate; }