Files
tp/include/JSystem/JAudio2/JASAudioReseter.h
T
TakaRikka 5867eaf68b general cleanup, d_menu_quit / d_a_obj_testcube mostly done, d_msg_scrn_explain debug (#3065)
* typedef for cPhs_Step

* make sdk includes consistent

* d_menu_quit / d_msg_scrn_explain debug

* d_a_obj_testcube mostly done

* d_debug_pad mostly done

* jstudio tool library headers

* some JStudioCameraEditor headers

* d_jcam_editor mostly done

* try fixing some shield regressions

* d_bg_parts mostly done

* fix merge errors

* debug fix
2026-01-24 23:36:23 -08:00

26 lines
487 B
C

#ifndef JASAUDIORESETER_H
#define JASAUDIORESETER_H
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
*
*/
struct JASAudioReseter {
JASAudioReseter();
~JASAudioReseter();
bool start(u32, bool);
void resume();
s32 checkDone() const;
s32 calc();
static s32 callback(void*);
/* 0x0 */ u32 field_0x0;
/* 0x4 */ f32 mDSPLevel;
/* 0x8 */ s32 mDoneFlag;
/* 0xC */ bool mThreadStopFlag;
}; // Size: 0x10
#endif /* JASAUDIORESETER_H */