From 633df650508f2ed38e6f392753f8ef07f034eb60 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Wed, 1 May 2019 16:22:34 +0800 Subject: [PATCH] cpu mask for wminput. --- menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.cpp b/menu.cpp index 9f0e55a..574a66f 100644 --- a/menu.cpp +++ b/menu.cpp @@ -532,7 +532,7 @@ static int toggle_wminput() } else { - system("wminput --daemon --config /media/fat/linux/wiimote.cfg &"); + system("taskset 1 wminput --daemon --config /media/fat/linux/wiimote.cfg &"); ret = 1; }