mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -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);
|
||||
|
||||
Reference in New Issue
Block a user