Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JASAudioReseter.h
Go to the documentation of this file.
1#ifndef JASAUDIORESETER_H
2#define JASAUDIORESETER_H
3
4#include "dolphin/types.h"
5
13 bool start(u32, bool);
14 void resume();
15 s32 checkDone() const;
16 s32 calc();
17 static s32 callback(void*);
18
19 /* 0x0 */ u32 field_0x0;
20 /* 0x4 */ f32 mDSPLevel;
21 /* 0x8 */ s32 mIsDone;
22 /* 0xC */ bool field_0xc;
23}; // Size: 0x10
24
25#endif /* JASAUDIORESETER_H */
unsigned long u32
Definition types.h:12
float f32
Definition types.h:25
signed long s32
Definition types.h:11
@ start
Definition strtoul.c:8
Definition JASAudioReseter.h:10
bool field_0xc
Definition JASAudioReseter.h:22
s32 calc()
Definition JASAudioReseter.cpp:51
f32 mDSPLevel
Definition JASAudioReseter.h:20
s32 checkDone() const
Definition JASAudioReseter.cpp:46
void resume()
Definition JASAudioReseter.cpp:42
~JASAudioReseter()
Definition JASAudioReseter.cpp:24
u32 field_0x0
Definition JASAudioReseter.h:19
JASAudioReseter()
Definition JASAudioReseter.cpp:17
s32 mIsDone
Definition JASAudioReseter.h:21
static s32 callback(void *)
Definition JASAudioReseter.cpp:72