mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Decompile _collectPVoices
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user