From e8dd0fb0cffe67e8497db423eb088faa6fac6196 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 5 Feb 2021 09:26:49 -0800 Subject: Updated dolphin-emu.profile to .local --- profiles/dolphin-emu.local | 13 +++++++++++++ profiles/dolphin-emu.profile | 30 ------------------------------ 2 files changed, 13 insertions(+), 30 deletions(-) create mode 100644 profiles/dolphin-emu.local delete mode 100644 profiles/dolphin-emu.profile (limited to 'profiles') diff --git a/profiles/dolphin-emu.local b/profiles/dolphin-emu.local new file mode 100644 index 0000000..9972519 --- /dev/null +++ b/profiles/dolphin-emu.local @@ -0,0 +1,13 @@ +noblacklist ${HOME}/games/Emulators/GCNGAMES + +whitelist ${HOME}/games/Emulators/GCNGAMES +read-only ${HOME}/games/Emulators/GCNGAMES + +# machine-id, obs, and alsa don't get along +#ignore machine-id + +protocol unix,netlink +seccomp !name_to_handle_at + +# private-dev breaks joysticks +#ignore private-dev diff --git a/profiles/dolphin-emu.profile b/profiles/dolphin-emu.profile deleted file mode 100644 index 74ba6c3..0000000 --- a/profiles/dolphin-emu.profile +++ /dev/null @@ -1,30 +0,0 @@ -# This file is overwritten after every install/update -# Persistent local customizations -include dolphin-emu.local -# Persistent global definitions -include globals.local - -noblacklist ${HOME}/.config/dolphin-emu -noblacklist ${HOME}/.local/share/dolphin-emu -noblacklist ${HOME}/games/Emulators/GCNGAMES - -mkdir ${HOME}/.config/dolphin-emu -mkdir ${HOME}/.local/share/dolphin-emu -whitelist ${HOME}/.config/dolphin-emu -whitelist ${HOME}/.local/share/dolphin-emu -whitelist ${HOME}/games/Emulators/GCNGAMES -read-only ${HOME}/games/Emulators/GCNGAMES -include whitelist-common.inc - -# machine-id, obs, and alsa don't get along -#ignore machine-id - -protocol unix,netlink -seccomp !name_to_handle_at - -# private-dev breaks joysticks -ignore private-dev - -ignore memory-deny-write-execute - -include generic-game.inc -- cgit v1.2.1