diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/JSystem/JAudio/JASPlayer_impl.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JAudio/JASPlayer_impl.cpp')
| -rw-r--r-- | src/JSystem/JAudio/JASPlayer_impl.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/JSystem/JAudio/JASPlayer_impl.cpp b/src/JSystem/JAudio/JASPlayer_impl.cpp new file mode 100644 index 00000000..a4f3ec46 --- /dev/null +++ b/src/JSystem/JAudio/JASPlayer_impl.cpp @@ -0,0 +1,23 @@ +// +// Generated by dtk +// Translation Unit: JASPlayer_impl.cpp +// + +#include "JASPlayer_impl.h" +#include "dolphin/types.h" + +/* 8027E170-8027E190 .text extend8to16__Q28JASystem6PlayerFUc */ +void JASystem::Player::extend8to16(unsigned char) { + /* Nonmatching */ +} + +/* 8027E190-8027E250 .text pitchToCent__Q28JASystem6PlayerFff */ +void JASystem::Player::pitchToCent(float, float) { + /* Nonmatching */ +} + +/* 8027E250-8027E2C0 .text getRandomS32__Q28JASystem6PlayerFv */ +void JASystem::Player::getRandomS32() { + /* Nonmatching */ +} + |
