2015-03-01 03:42:45 -08:00
|
|
|
# vim: set ts=3 sw=3 noet ft=sh : bash
|
|
|
|
|
2015-04-27 19:47:16 -07:00
|
|
|
register_module devkit "manifest" any
|
2015-04-05 23:25:11 -07:00
|
|
|
libretro_manifest_name="Devkit: libretro-manifest"
|
|
|
|
libretro_manifest_dir="libretro-devkit/libretro-manifest"
|
|
|
|
libretro_manifest_git_url="https://github.com/libretro/libretro-manifest.git"
|
|
|
|
|
2015-04-27 19:47:16 -07:00
|
|
|
register_module devkit "dat_pull" any
|
2015-04-05 23:25:11 -07:00
|
|
|
libretro_dat_pull_name="Devkit: libretro-dat-pull"
|
|
|
|
libretro_dat_pull_dir="libretro-devkit/libretro-dat-pull"
|
|
|
|
libretro_dat_pull_git_url="https://github.com/libretro/libretro-dat-pull.git"
|
|
|
|
|
2015-04-27 19:47:16 -07:00
|
|
|
register_module devkit "common" any
|
2015-04-05 23:25:11 -07:00
|
|
|
libretro_common_name="Devkit: libretro-common"
|
|
|
|
libretro_common_dir="libretro-devkit/libretro-common"
|
|
|
|
libretro_common_git_url="https://github.com/libretro/libretro-common.git"
|