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`
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
[submodule "vendor/sdl-libretro"]
|
|
path = vendor/sdl-libretro
|
|
url = https://github.com/libretro/sdl-libretro.git
|
|
ignore = dirty
|
|
[submodule "vendor/libretro-common"]
|
|
path = vendor/libretro-common
|
|
url = https://github.com/libretro/libretro-common.git
|
|
[submodule "vendor/chaiscript"]
|
|
path = vendor/chaiscript
|
|
url = https://github.com/ChaiScript/ChaiScript.git
|
|
[submodule "vendor/physfs"]
|
|
path = vendor/physfs
|
|
url = https://github.com/RobLoach/physfs.git
|
|
ignore = dirty
|
|
[submodule "vendor/filesystem"]
|
|
path = vendor/filesystem
|
|
url = https://github.com/wjakob/filesystem.git
|
|
[submodule "vendor/SDL_tty"]
|
|
path = vendor/SDL_tty
|
|
url = https://github.com/Grumbel/SDL_tty.git
|
|
[submodule "vendor/stb"]
|
|
path = vendor/stb
|
|
url = https://github.com/nothings/stb.git
|
|
[submodule "vendor/Snippets"]
|
|
path = vendor/Snippets
|
|
url = https://github.com/DanielGibson/Snippets.git
|
|
[submodule "vendor/libretro-deps"]
|
|
path = vendor/libretro-deps
|
|
url = https://github.com/libretro/libretro-deps.git
|
|
ignore = dirty
|
|
[submodule "vendor/styleguide"]
|
|
path = vendor/styleguide
|
|
url = https://github.com/google/styleguide.git
|
|
[submodule "vendor/noarch"]
|
|
path = vendor/noarch
|
|
url = https://github.com/RobLoach/noarch.git
|
|
[submodule "vendor/ChaiScript_Extras"]
|
|
path = vendor/ChaiScript_Extras
|
|
url = https://github.com/ChaiScript/ChaiScript_Extras.git
|
|
[submodule "vendor/random"]
|
|
path = vendor/random
|
|
url = https://github.com/effolkronium/random.git
|
|
[submodule "vendor/semver"]
|
|
path = vendor/semver
|
|
url = https://github.com/h2non/semver.c.git
|
|
[submodule "vendor/TinySHA1"]
|
|
path = vendor/TinySHA1
|
|
url = https://github.com/mohaps/TinySHA1.git
|