mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
22 lines
922 B
Bash
22 lines
922 B
Bash
# vim: set ts=3 sw=3 noet ft=sh : bash
|
|
|
|
register_module devkit "manifest" any
|
|
libretro_manifest_name="Devkit: libretro-manifest"
|
|
libretro_manifest_dir="libretro-devkit/libretro-manifest"
|
|
libretro_manifest_git_url="https://github.com/libretro/libretro-manifest.git"
|
|
|
|
register_module devkit "dat_pull" any
|
|
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"
|
|
|
|
register_module devkit "common" any
|
|
libretro_common_name="Devkit: libretro-common"
|
|
libretro_common_dir="libretro-devkit/libretro-common"
|
|
libretro_common_git_url="https://github.com/libretro/libretro-common.git"
|
|
|
|
register_module devkit "samples" any
|
|
libretro_samples_name="Devkit: libretro-samples"
|
|
libretro_samples_dir="libretro-devkit/libretro-samples"
|
|
libretro_samples_git_url="https://github.com/libretro/libretro-samples.git"
|