diff options
| author | Julgodis <> | 2021-04-08 21:05:48 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 21:05:48 +0200 |
| commit | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch) | |
| tree | 4e6d8499431192316bc2bae0cec8e6f92636b4b4 /libs/JSystem/JAudio2/JASTrack.cpp | |
| parent | a23a10639979ee10cbea5ffdadadc490d9e60227 (diff) | |
auto decompile more functions
Diffstat (limited to 'libs/JSystem/JAudio2/JASTrack.cpp')
| -rw-r--r-- | libs/JSystem/JAudio2/JASTrack.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/JSystem/JAudio2/JASTrack.cpp b/libs/JSystem/JAudio2/JASTrack.cpp index 7d3b54348e..bdc414b5ff 100644 --- a/libs/JSystem/JAudio2/JASTrack.cpp +++ b/libs/JSystem/JAudio2/JASTrack.cpp @@ -32,6 +32,8 @@ struct JASTrackPort { /* 802935E8 */ void writeExport(u32, u16); }; +struct JASSoundParams {}; + struct JASOscillator { struct Point {}; @@ -46,8 +48,6 @@ struct JASChannel { /* 8029BBFC */ void free(); }; -struct JASSoundParams {}; - struct JASDsp { struct TChannel { /* 8029E00C */ void setFilterMode(u16); @@ -175,7 +175,6 @@ struct JASGenericMemPool { struct JASDriver { /* 8029C9E8 */ void getDacRate(); - /* 8029C9F0 */ void getSubFrames(); /* 8029E274 */ void registerSubFrameCallback(s32 (*)(void*), void*); }; |
