mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
@@ -36,7 +36,7 @@ struct JASCalc {
|
||||
}
|
||||
|
||||
f32 fake1();
|
||||
f32 fake2(long x);
|
||||
f32 fake2(s32 x);
|
||||
f32 fake3();
|
||||
|
||||
static const s16 CUTOFF_TO_IIR_TABLE[128][4];
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
typedef long JASCallback(void*);
|
||||
typedef s32 JASCallback(void*);
|
||||
|
||||
/**
|
||||
* @ingroup jsystem-jaudio
|
||||
|
||||
@@ -16,7 +16,7 @@ struct JASProbe {
|
||||
static JASProbe* sProbeTable[16];
|
||||
|
||||
/* 0x000 */ char const* mName;
|
||||
/* 0x004 */ long mStartTime;
|
||||
/* 0x004 */ s32 mStartTime;
|
||||
/* 0x008 */ f32 _08;
|
||||
/* 0x00C */ f32 _0C;
|
||||
/* 0x010 */ f32 _10;
|
||||
|
||||
@@ -58,7 +58,7 @@ struct JASWaveArc : JASDisposer {
|
||||
struct loadToAramCallbackParams {
|
||||
// not official struct name
|
||||
/* 0x0 */ JASWaveArc* mWavArc;
|
||||
/* 0x4 */ long mEntryNum;
|
||||
/* 0x4 */ s32 mEntryNum;
|
||||
/* 0x8 */ u32 mBase;
|
||||
/* 0xC */ u32 _c;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user