add getWantPreNote()

currently only C64 system requires this
This commit is contained in:
tildearrow 2022-08-03 16:21:30 -05:00
parent 53120edd99
commit 52c3b10373
5 changed files with 18 additions and 1 deletions

View file

@ -90,6 +90,10 @@ bool DivDispatch::getDCOffRequired() {
return false;
}
bool DivDispatch::getWantPreNote() {
return false;
}
const char* DivDispatch::getEffectName(unsigned char effect) {
return NULL;
}