Fix CD Volume issue in Star Wars Dark Forces
authorgameblabla <gameblabla@protonmail.com>
Wed, 13 Oct 2021 20:21:08 +0000 (22:21 +0200)
committergameblabla <gameblabla@protonmail.com>
Wed, 13 Oct 2021 20:21:08 +0000 (22:21 +0200)
commit7d6997debe4e10991051d2f0610808c7aabf556c
tree0caa9143a716e8f464b66c1b92aaa21c82dc4d8c
parent776d27285f394abc21aa3ecb31cbec24584ab112
Fix CD Volume issue in Star Wars Dark Forces

CD Volume is 16-bits signed, not unsigned.
Otherwise in Star Wars - Dark Forces :
if you lower the music volume slider all the way down,
the volume will wrap around and instead be set at the highest volume.
plugins/dfsound/externals.h
plugins/dfsound/registers.c
plugins/dfsound/spu.c
plugins/spunull/spunull.c