mirror of
https://github.com/zeldaret/tp
synced 2026-06-18 07:25:50 -04:00
auto decompile more functions
This commit is contained in:
@@ -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*);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user