auto decompile more functions

This commit is contained in:
Julgodis
2021-04-08 21:05:48 +02:00
parent a23a106399
commit 2661db6aaa
559 changed files with 3534 additions and 3686 deletions
+2 -3
View File
@@ -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*);
};