Files
tp/include/JSystem/JAudio2/JASAudioReseter.h
T

23 lines
593 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef JASAUDIORESETER_H
#define JASAUDIORESETER_H
2021-09-30 07:13:49 -07:00
#include "JSystem/JAudio2/JASDriverIF.h"
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2021-08-28 07:25:03 -07:00
struct JASAudioReseter {
/* 8029D0B4 */ JASAudioReseter();
/* 8029D0FC */ ~JASAudioReseter();
2021-09-30 07:13:49 -07:00
/* 8029D138 */ bool start(u32, bool);
2021-08-28 07:25:03 -07:00
/* 8029D1D4 */ void resume();
2021-09-30 07:13:49 -07:00
/* 8029D1F8 */ s32 checkDone() const;
/* 8029D200 */ static s32 calc();
/* 8029D2D4 */ static s32 callback(void*);
2021-08-28 07:25:03 -07:00
/* 0x0 */ u32 field_0x0;
/* 0x4 */ f32 mDSPLevel;
/* 0x8 */ s32 mIsDone;
/* 0xC */ bool field_0xc;
}; // Size: 0x10
2021-03-28 22:49:05 +02:00
#endif /* JASAUDIORESETER_H */