VERA: 4x the volume

This commit is contained in:
tildearrow 2022-04-14 01:51:21 -05:00
parent 0e2ecaf6be
commit 3707a86f42
2 changed files with 5 additions and 0 deletions

View file

@ -372,6 +372,10 @@ void DivPlatformVERA::muteChannel(int ch, bool mute) {
}
}
float DivPlatformVERA::getPostAmp() {
return 4.0f;
}
bool DivPlatformVERA::isStereo() {
return true;
}