From 0555e1a81dc5faa926fa4e1d6b28cc2aa1a8558d Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Tue, 8 Jun 2021 09:48:55 +0200 Subject: [PATCH] bluez -- disable a2dp, avrcp and network profiles --- org.DolphinEmu.dolphin-emu.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index 4b02ee8..7988af2 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -48,6 +48,9 @@ "--disable-monitor", "--disable-client", "--disable-systemd", + "--disable-a2dp", + "--disable-avrcp", + "--disable-network", "--with-dbusconfdir=/app/etc", "--with-dbussessionbusdir=/app/usr/lib/system-services" ],