blob: 74ba6c31dcf1423fa917144b6b6b82bc579b232a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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
|