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/JASAudioThread.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JAudio/JASAudioThread.cpp')
| -rw-r--r-- | src/JSystem/JAudio/JASAudioThread.cpp | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/JSystem/JAudio/JASAudioThread.cpp b/src/JSystem/JAudio/JASAudioThread.cpp new file mode 100644 index 00000000..622dcfe3 --- /dev/null +++ b/src/JSystem/JAudio/JASAudioThread.cpp @@ -0,0 +1,33 @@ +// +// Generated by dtk +// Translation Unit: JASAudioThread.cpp +// + +#include "JASAudioThread.h" +#include "dolphin/types.h" + +/* 80288F08-80288F88 .text syncAudio__Q28JASystem12TAudioThreadFv */ +void JASystem::TAudioThread::syncAudio() { + /* Nonmatching */ +} + +/* 80288F88-80289130 .text audioproc__Q28JASystem12TAudioThreadFPv */ +void JASystem::TAudioThread::audioproc(void*) { + /* Nonmatching */ +} + +/* 80289130-802891F0 .text syncDSP__Q28JASystem12TAudioThreadFPv */ +void JASystem::TAudioThread::syncDSP(void*) { + /* Nonmatching */ +} + +/* 802891F0-8028920C .text setPriority__Q28JASystem12TAudioThreadFUcUc */ +void JASystem::TAudioThread::setPriority(unsigned char, unsigned char) { + /* Nonmatching */ +} + +/* 8028920C-802892E0 .text start__Q28JASystem12TAudioThreadFP12JKRSolidHeapUlUl */ +void JASystem::TAudioThread::start(JKRSolidHeap*, unsigned long, unsigned long) { + /* Nonmatching */ +} + |
