Fix CD volume issue in Star Wars - Dark Forces. (#232)
authorgameblabla <gameblabla@users.noreply.github.com>
Mon, 18 Oct 2021 20:20:09 +0000 (20:20 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 20:20:09 +0000 (23:20 +0300)
CD Volume is 16-bits signed, not unsigned.
Otherwise in Star Wars Dark Forces :
If you set the volume slider to the minimum value allowed
for the CD Volume, it will overflow and wrap around (to the maximum volume).


No differences found