prepare to add effect descriptions
This commit is contained in:
parent
8d1e14e844
commit
751f6d025a
4 changed files with 75 additions and 1 deletions
|
|
@ -39,6 +39,10 @@ int DivDispatch::getPortaFloor(int ch) {
|
|||
return 0x00;
|
||||
}
|
||||
|
||||
const char* DivDispatch::getEffectName(unsigned char effect) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void DivDispatch::setPAL(bool pal) {
|
||||
}
|
||||
|
||||
|
|
@ -78,4 +82,4 @@ void DivDispatch::quit() {
|
|||
}
|
||||
|
||||
DivDispatch::~DivDispatch() {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue