Skip to content

Custom tag reader release

Compare
Choose a tag to compare
@xan1242 xan1242 released this 20 Nov 04:04
effea22
  • BASS_Init likes to hang during game bootup, which is needed for doing anything with BASS (that included tag reading)
  • A hack was made to combat it but it is very much a hack so instead of hacking BASS, it was instead dropped entirely from tag reading operations
  • Fully custom tag readers were made in place of BASS' ones
  • This means ID3v1 support and tracker title reading were killed as a part of the process
  • ID3v2 and RIFF tag reads were fixed by the custom tag readers