prepare for pre-calculated pitch table

This commit is contained in:
tildearrow 2023-10-10 20:15:58 -05:00
parent f1145a14ad
commit 43468653a0
5 changed files with 41 additions and 1 deletions

View file

@ -199,6 +199,9 @@ void DivDispatch::renderSamples(int sysID) {
}
void DivDispatch::notifyPitchTable() {
}
int DivDispatch::init(DivEngine* p, int channels, int sugRate, const DivConfig& flags) {
return 0;
}