dev191 - kind of remove DIV_ALWAYS_SET_VOLUME
it's useless crap I put during the Defle compat days it serves nearly no purpose nowadays also why is it a command?
This commit is contained in:
parent
95aff38cb2
commit
f8187b9a5f
87 changed files with 105 additions and 207 deletions
|
|
@ -437,9 +437,6 @@ int DivPlatformVERA::dispatch(DivCommand c) {
|
|||
case DIV_CMD_EXTERNAL:
|
||||
rWriteZSMSync(c.value);
|
||||
break;
|
||||
case DIV_ALWAYS_SET_VOLUME:
|
||||
return 0;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
@ -470,6 +467,10 @@ int DivPlatformVERA::getRegisterPoolSize() {
|
|||
return 67;
|
||||
}
|
||||
|
||||
bool DivPlatformVERA::getLegacyAlwaysSetVolume() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void DivPlatformVERA::muteChannel(int ch, bool mute) {
|
||||
isMuted[ch]=mute;
|
||||
if (ch<16) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue