Update core-rules.sh

This commit is contained in:
Twinaphex 2018-02-03 15:44:18 +01:00 committed by GitHub
parent 6b43da7213
commit a088c550d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,13 @@ libretro_xrick_name="XRick"
libretro_xrick_git_url="https://github.com/libretro/xrick-libretro.git"
libretro_xrick_build_makefile="Makefile"
include_core_freeintv() {
register_module core "freeintv"
}
libretro_freeintv_name="FreeIntv"
libretro_freeintv_git_url="https://github.com/markwkidd/FreeIntv.git"
libretro_freeintv_build_makefile="Makefile"
include_core_pocketcdg() {
register_module core "pocketcdg"
}