Releases: libretro/libretro-chailove
Releases · libretro/libretro-chailove
v1.3.0
Fixes
- Fix playing empty ogg files through
libretro-common
, by @phcoder - docs: Remove the dev branch by @RobLoach in #410
- Enable compilation for psvita and switch by @phcoder in #417
- Update mixer to thread-safe version by @phcoder in #416
- Switch straight file I/O to VFS by @phcoder in #415
- love: Fix buffer overflow by @phcoder in #419
- Misc build fixes by @phcoder in #418
- Fix
unix-armv7-hardfloat-neon
build by @zoltanvb in #420 - Move from std::cout to libretro logging by @phcoder in #412
- Update GitHub Actions by @RobLoach in #427
Changed
v1.2.1
v1.2.0
Fixes
- Make PhysFS only support
.zip
compression
Chores
- Update vendor dependencies
- Enable compilation of dingus, ios-arm64 and tvos-arm64 (by phcoder)
- Remove submodule manipulation from
Makefile
- Switched Travis testing for GitHub Actions
v1.1.0
0.32.0
0.31.0
0.30.0
Features
- Added support for classic_armv7_a7
- By @classicmods and @swingflip
- Added
lib/init.chai
loading withrequire("lib")
- Updated ChaiScript/ChaiScript_Extras
- Updated libretro/libretro-common
v0.29.1
- Moved String Methods to ChaiScript_Extras
- Replaced use of
filesystem/path.h
with internal functions - Updated ChaiScript/ChaiScript_Extras
- Updated libretro/libretro-common
- Updated effolkronium/random
0.29.0
0.28.0
Features
love.timer.step()
now returnsdt
- Adds
string::replace(search, replace)
to replace all instances of a string
Fixes
- Fixes undefined reference to
process_sinc_neon_asm()
- Fixes
love.graphics.draw(image)
with no x and y parameter
Chores
- Update libretro-common
- Update PhysFS
- Rework the testing framework
- Fix Doxygen warnings