From 79787207115fdae13918ae5784f5aafd6f864d03 Mon Sep 17 00:00:00 2001 From: Mitchell Lehman Date: Tue, 3 Nov 2020 14:40:37 -0500 Subject: [PATCH] Add retroarch to core name fetch command --- Makefile.libnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libnx b/Makefile.libnx index 1731630d..a57abb27 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -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