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 248f57b257
commit 6f7457a870
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; }