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/JAISystemInterface.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JAudio/JAISystemInterface.cpp')
| -rw-r--r-- | src/JSystem/JAudio/JAISystemInterface.cpp | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/src/JSystem/JAudio/JAISystemInterface.cpp b/src/JSystem/JAudio/JAISystemInterface.cpp new file mode 100644 index 00000000..d440aae8 --- /dev/null +++ b/src/JSystem/JAudio/JAISystemInterface.cpp @@ -0,0 +1,57 @@ +// +// Generated by dtk +// Translation Unit: JAISystemInterface.cpp +// + +#include "JSystem/JAudio/JAISystemInterface.h" +#include "dolphin/types.h" + +/* 8029E188-8029E1B4 .text checkFileExsistence__Q27JAInter15SystemInterfaceFPc */ +void JAInter::SystemInterface::checkFileExsistence(char*) { + /* Nonmatching */ +} + +/* 8029E1B4-8029E2A0 .text checkSeqActiveFlag__Q27JAInter15SystemInterfaceFPQ28JASystem6TTrack */ +void JAInter::SystemInterface::checkSeqActiveFlag(JASystem::TTrack*) { + /* Nonmatching */ +} + +/* 8029E2A0-8029E478 .text trackToSeqp__Q27JAInter15SystemInterfaceFP8JAISoundUc */ +void JAInter::SystemInterface::trackToSeqp(JAISound*, unsigned char) { + /* Nonmatching */ +} + +/* 8029E478-8029E494 .text setSeqPortargsF32__Q27JAInter15SystemInterfaceFPQ27JAInter13SeqUpdateDataUlUcf */ +void JAInter::SystemInterface::setSeqPortargsF32(JAInter::SeqUpdateData*, unsigned long, unsigned char, float) { + /* Nonmatching */ +} + +/* 8029E494-8029E4B0 .text setSeqPortargsU32__Q27JAInter15SystemInterfaceFPQ27JAInter13SeqUpdateDataUlUcUl */ +void JAInter::SystemInterface::setSeqPortargsU32(JAInter::SeqUpdateData*, unsigned long, unsigned char, unsigned long) { + /* Nonmatching */ +} + +/* 8029E4B0-8029E518 .text rootInit__Q27JAInter15SystemInterfaceFPQ27JAInter13SeqUpdateData */ +void JAInter::SystemInterface::rootInit(JAInter::SeqUpdateData*) { + /* Nonmatching */ +} + +/* 8029E518-8029E5B4 .text trackInit__Q27JAInter15SystemInterfaceFPQ27JAInter13SeqUpdateData */ +void JAInter::SystemInterface::trackInit(JAInter::SeqUpdateData*) { + /* Nonmatching */ +} + +/* 8029E5B4-8029E7B8 .text outerInit__Q27JAInter15SystemInterfaceFPQ27JAInter13SeqUpdateDataPvUlUsUc */ +void JAInter::SystemInterface::outerInit(JAInter::SeqUpdateData*, void*, unsigned long, unsigned short, unsigned char) { + /* Nonmatching */ +} + +/* 8029E7B8-8029E820 .text setPortParameter__Q27JAInter15SystemInterfaceFPQ38JASystem6Kernel9TPortArgsPQ28JASystem6TTrackUlUl */ +void JAInter::SystemInterface::setPortParameter(JASystem::Kernel::TPortArgs*, JASystem::TTrack*, unsigned long, unsigned long) { + /* Nonmatching */ +} + +/* 8029E820-8029E8F4 .text setSePortParameter__Q27JAInter15SystemInterfaceFPQ38JASystem6Kernel9TPortArgs */ +void JAInter::SystemInterface::setSePortParameter(JASystem::Kernel::TPortArgs*) { + /* Nonmatching */ +} |
