Skip to content

Releases: dashodanger/libcRSID

libcRSID 1.2

09 Jan 01:10
Compare
Choose a tag to compare

Changes since libcRSID 1.1

  • Consolidated source into one file (plus one header)
  • Removed non-public API function declarations from header
  • Fixed appropriate libraries not being linked for sokol example player on Linux
  • Fixed example player segfault on exit (observed on Linux, unsure if this affected Windows builds)

libcRSID 1.1

16 Oct 03:14
Compare
Choose a tag to compare

Changes since libcRSID 1.0

  • Pulled in upstream fix from cRSID 1.3 regarding zeropage-based music loading
  • Added floating-point output (cRSID_generateFloat function)
    • Updated example player code to use floating-point output
  • Code formatting passes

libcRSID 1.0

05 Jan 07:41
8b203c8
Compare
Choose a tag to compare
  • SDL/Filesystem functions removed
  • Addressed compilation failures under MSVC
  • Added extern C declarations when using with C++