ipatix / agbplay

Music player for the most common GBA sound format
GNU Lesser General Public License v3.0
119 stars 20 forks source link

Fix Reverb Buffer Config Reading (Use Decimal Instead of Hexadecimal) #26

Closed Kurausukun closed 5 years ago

Kurausukun commented 5 years ago

This error happened in the first place because I was dead-set on storing these values as hex for no good reason, but everything works much better when decimal is used instead. Ideally, you would be able to support both by detecting what base the number is through presence or absence of "0x," but for now, I'm just going to make it decimal-only to avoid issues.