mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Decompile _freePVoice
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 func00030ce0(void);
|
||||
u32 func000315f4(void);
|
||||
u32 func00031634(void);
|
||||
u32 func00031698(void);
|
||||
u32 func000316d0(void);
|
||||
|
||||
Reference in New Issue
Block a user