Releases: libretro/libretro-chailove
Releases · libretro/libretro-chailove
v2.0.0
v1.3.1
What's Changed
- tvos: properly set min supported version by @warmenhoven in #432
- Switch to physfs-libretro by @RobLoach in #430
New Contributors
- @warmenhoven made their first contribution in #432
Full Changelog: v1.3.0...v1.3.1
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