VERA: halve output volume to match other PSGs
In terms of maximum single-channel output. X16's mixing is kept by halving YM2151 part.
This commit is contained in:
parent
431b6b5957
commit
e48faa4114
2 changed files with 2 additions and 2 deletions
|
|
@ -414,7 +414,7 @@ void DivPlatformVERA::muteChannel(int ch, bool mute) {
|
|||
}
|
||||
|
||||
float DivPlatformVERA::getPostAmp() {
|
||||
return 8.0f;
|
||||
return 4.0f;
|
||||
}
|
||||
|
||||
bool DivPlatformVERA::isStereo() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue