blob: b63b0b7b5422be66084194eeeebf7abaff6f629e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# This file is overwritten after every install/update
# Persistent local customizations
include fceux.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.fceux
noblacklist ${HOME}/games/Emulators/NESGAMES
mkdir ${HOME}/.fceux
whitelist ${HOME}/.fceux
whitelist ${HOME}/games/Emulators/NESGAMES
read-only ${HOME}/games/Emulators/NESGAMES
include whitelist-common.inc
seccomp !name_to_handle_at
# private-dev breaks joysticks
ignore private-dev
ignore memory-deny-write-execute
include generic-game.inc
|