Add retroarch to core name fetch command
This commit is contained in:
parent
55c054975e
commit
7978720711
|
@ -4,7 +4,7 @@ upgrade:
|
|||
@./libretro-upgrade.sh
|
||||
|
||||
fetch:
|
||||
@./libretro-fetch.sh retroarch $(grep -Eo '^[^ ]+' ./recipes/nintendo/libnx)
|
||||
@./libretro-fetch.sh $(echo "retroarch"; grep -Eo '^[^ ]+' ./recipes/nintendo/libnx)
|
||||
|
||||
build:
|
||||
@./libretro-build-libnx.sh
|
||||
|
|
Loading…
Reference in New Issue