Kermalis / VGMusicStudio

🎵 A program that lets you listen to the music from popular video game formats. 🎵
GNU Lesser General Public License v3.0
264 stars 32 forks source link

[net-6 branch] Reverted alignments in DSELoadSong back to 4s #124

Open PlatinumLucario opened 1 year ago

PlatinumLucario commented 1 year ago

I think Kermalis broke this part by accident, whoops lol

SMD track data isn't generated in 16^x, but rather 4^x instead, where as chunks are generated in 16^x

Now DSE should be working again! Yay!