Decompile _freePVoice

This commit is contained in:
Ryan Dwyer
2021-03-27 23:21:36 +10:00
parent b552dcea23
commit 6795507776
5 changed files with 11 additions and 24 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ typedef struct PVoice_s {
*/
ALParam *__allocParam(void);
void __freeParam(ALParam *param);
void _freePVoice(ALSynth *drvr, PVoice *pvoice);
void _freePVoice(PVoice *pvoice);
void _collectPVoices(void);
s32 _timeToSamples(ALSynth *ALSynth, s32 micros);
-1
View File
@@ -5,7 +5,6 @@
#include "types.h"
u32 func00030ce0(void);
u32 func000315f4(void);
u32 func00031634(void);
u32 func00031698(void);
u32 func000316d0(void);