From 396ffec05736f852dc656e9403fdb96a9f12700c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Ekstr=C3=B6m?= Date: Sun, 29 Nov 2020 23:30:15 +0100 Subject: [PATCH] Let emulator run on all cores --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 94250eb..6b45342 100755 --- a/run.sh +++ b/run.sh @@ -1 +1 @@ -taskset 0x8 sudo ./emulator +sudo ./emulator