silly msm5205 stereo volume bug

This commit is contained in:
dinkc64 2018-10-10 23:35:09 +00:00
parent 30cb459cb3
commit 1a2ad4b854

View File

@ -325,7 +325,7 @@ void MSM5205SetRightVolume(INT32 chip, double nRightVolume)
#endif
voice = &chips[chip];
voice->left_volume = nRightVolume;
voice->right_volume = nRightVolume;
}
void MSM5205SetSeperateVolumes(INT32 chip, INT32 state)