Decompile _collectPVoices

This commit is contained in:
Ryan Dwyer
2021-03-27 23:20:17 +10:00
parent b8d25f1305
commit b552dcea23
3 changed files with 11 additions and 34 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ typedef struct PVoice_s {
ALParam *__allocParam(void);
void __freeParam(ALParam *param);
void _freePVoice(ALSynth *drvr, PVoice *pvoice);
void _collectPVoices(ALSynth *drvr);
void _collectPVoices(void);
s32 _timeToSamples(ALSynth *ALSynth, s32 micros);
ALMicroTime _samplesToTime(ALSynth *synth, s32 samples);
-1
View File
@@ -5,7 +5,6 @@
#include "types.h"
u32 func00030ce0(void);
u32 func00031590(void);
u32 func000315f4(void);
u32 func00031634(void);
u32 func00031698(void);