GUI: play/stop/change order

This commit is contained in:
tildearrow 2021-12-11 03:34:43 -05:00
parent 9b850c1763
commit f39e2ea112
8 changed files with 95 additions and 19 deletions

View file

@ -10,6 +10,9 @@ int DivDispatch::dispatch(DivCommand c) {
return 1;
}
void DivDispatch::reset() {
}
bool DivDispatch::isStereo() {
return false;
}