ValleyBell / libvgm

A more modular rewrite of most components from VGMPlay. will include sub-libraries for audio output, sound emulation and VGM playback
irc://irc.digibase.ca/#vgmrips
136 stars 33 forks source link

fix PlayerA undefined behavior (left-shifting a negative value) #109

Closed jprjr closed 1 year ago

jprjr commented 1 year ago

This just replaces the shift with the mathematical equivalent and should compile to the same left-shift instruction anyway.