diff options
author | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-07-07 02:27:19 +0200 |
---|---|---|
committer | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-08-25 18:03:47 +0200 |
commit | 6fda29badc3e915d019ab6f6c1cddc19d18614b2 (patch) | |
tree | afd1c99f0dca88ae0d3ac2f265e729ff7531bfa2 /arm7/lib/include/SND_lfo.h | |
parent | c607834736e32183b56150e478f90ee7edc233af (diff) |
arm7: decompile SND_channel
Diffstat (limited to 'arm7/lib/include/SND_lfo.h')
-rw-r--r-- | arm7/lib/include/SND_lfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/lib/include/SND_lfo.h b/arm7/lib/include/SND_lfo.h index 05d4647e..43055c27 100644 --- a/arm7/lib/include/SND_lfo.h +++ b/arm7/lib/include/SND_lfo.h @@ -8,6 +8,6 @@ void SND_InitLfoParam(struct SNDLfoParam *lfoParam); void SND_StartLfo(struct SNDLfo *lfo); void SND_UpdateLfo(struct SNDLfo *lfo); -s32 SND_LfoGetValue(struct SNDLfo *lfo); +int SND_GetLfoValue(struct SNDLfo *lfo); #endif //GUARD_SND_LFO_H |