Add --shalow switch for libretro-fetch.sh

This commit is contained in:
twinaphex 2016-09-08 02:58:07 +02:00
parent 4c6e75b758
commit 3909611cec

View File

@ -84,6 +84,7 @@ if [ -n "$1" ]; then
if [[ "$1" = -* && -z "$no_more_args" ]]; then
case "$1" in
--) no_more_args=1 ;;
--shallow) export SHALLOW_CLONE=1;;
--cores) fetch_cores="$libretro_cores" ;;
--devkit) fetch_devkits="$libretro_devkits" ;;
--lutro) fetch_lutros="$libretro_lutros" ;;