mirror of
https://github.com/libretro/libretro-chailove.git
synced 2024-11-23 08:00:08 +00:00
334e08af39
### Chores - Switched to [libretro-deps](https://github.com/libretro/libretro-deps) for freetype and zlib - Clean up of image and audio memory allocation - Updated documentation ### Features - `love.system.execute()` to execute a operating system shell command - `love.audio.newSource()` now has an optional `type` parameter - `love.joystick` comes with a cleaner API - `exit()` callback, which is called when is quitting the game - `love.filesystem` now mounts `libretro/assets`, `libretro/system` and `libretro/saves`
9 lines
170 B
Bash
Executable File
9 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# ChaiLove configure
|
|
# This ./configure file is set up to allow use of the standard make build practices.
|
|
#
|
|
# Here be dragons.
|
|
|
|
PACKAGE_NAME=libretro-chailove
|