Releases: libretro/libretro-chailove
Releases · libretro/libretro-chailove
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
0.27.0
Features
- Live updating of core options
- Mounts
/libretro/core
as the directory where the core was loaded from - Adds
love.filesystem.getSaveDirectory()
- Adds
love.filesystem.newFileData(contents, name)
- Adds
love.filesystem.getExecutablePath()
- Adds
love.filesystem.remove()
Fixes
- Fixed loading ChaiLove without active content
0.26.1
0.26.0
0.25.1
0.25.0
0.24.0
Features
- Update to use libretro-common audio
- Added
love.filesystem.newFileData()
- Added
love.system.getClipboardText()
- Added
love.system.setClipboardText()
- Added
love.data.encode()
- Added
love.data.decode()
Chores
- Added
love.filesystem.mount()
test - Updated documentation
- Updated unit testing framework
- Additional method chaining functions