Releases: dashodanger/libcRSID
Releases · dashodanger/libcRSID
libcRSID 1.2
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
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
- SDL/Filesystem functions removed
- Addressed compilation failures under MSVC
- Added extern C declarations when using with C++