From 8e5b10420591022054d22075e86201314be69a36 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 11 Feb 2022 14:36:09 -0800 Subject: Fix controller support for fceux. Add net none to ppsspp by default, and add name_to_handle_at explanation. --- profiles/fceux.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'profiles/fceux.profile') diff --git a/profiles/fceux.profile b/profiles/fceux.profile index d573af7..bdbc3fe 100644 --- a/profiles/fceux.profile +++ b/profiles/fceux.profile @@ -15,8 +15,9 @@ include whitelist-common.inc seccomp !name_to_handle_at -# noinput breaks joysticks +# fceux requires input and protocol netlink for controller support ignore noinput +protocol unix,netlink ignore memory-deny-write-execute -- cgit v1.2.1