mirror of
https://github.com/libretro/libretro-super.git
synced 2025-04-02 10:31:53 -04:00
7 lines
273 B
Bash
7 lines
273 B
Bash
# vim: set ts=3 sw=3 noet ft=sh : bash
|
|
|
|
register_module player retroarch
|
|
libretro_retroarch_name="RetroArch"
|
|
libretro_retroarch_dir="retroarch"
|
|
libretro_retroarch_git_url="https://github.com/libretro/RetroArch.git"
|
|
libretro_retroarch_post_fetch_cmd="./fetch-submodules.sh"
|