libretro-chailove/configure
Rob Loach 334e08af39
0.21.0 (#243)
### 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`
2018-05-02 10:14:53 -04:00

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