From 73523fd55f808dd7fc8c7d190a355fa31a0603d9 Mon Sep 17 00:00:00 2001 From: l3iggs Date: Sat, 26 Jul 2014 19:03:50 -0700 Subject: [PATCH] use 1 core by default --- libretro-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-config.sh b/libretro-config.sh index 157e8eda..ec9a2bce 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -27,7 +27,7 @@ echo "$ARCH CPU detected" if command -v nproc >/dev/null; then JOBS=$(nproc) else - JOBS=4 + JOBS=1 fi # Platform Assignment