SMS: volume table is now non-float

This commit is contained in:
tildearrow 2022-05-26 23:46:42 -05:00
parent 905aa1b1a1
commit 061b312943
3 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@ void DivPlatformSMS::acquire_nuked(short* bufL, short* bufR, size_t start, size_
YMPSG_Clock(&sn_nuked);
YMPSG_Clock(&sn_nuked);
YMPSG_Clock(&sn_nuked);
o=YMPSG_GetOutput(&sn_nuked)*8192.0;
o=YMPSG_GetOutput(&sn_nuked);
if (o<-32768) o=-32768;
if (o>32767) o=32767;
bufL[h]=o;