This commit is contained in:
tildearrow 2022-03-10 17:30:34 -05:00
parent 2f02e24a2f
commit 6d9befaf27
2 changed files with 7 additions and 2 deletions

View file

@ -59,8 +59,10 @@ const char* DivPlatformVERA::getEffectName(unsigned char effect) {
return NULL;
}
// TODO: wire up PCM.
void DivPlatformVERA::acquire(short* bufL, short* bufR, size_t start, size_t len) {
psg_render(psg,bufL+start,bufR+start,len);
pcm_render(pcm,bufL+start,bufR+start,len);
}
void DivPlatformVERA::reset() {