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);