From aecdc285da5e2200c3f33eeefe0ed527211076d8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 25 Mar 2021 03:20:13 -0700 Subject: Add Pathfinger Kingmaker and Othercide (Wine) profiles Add generic-unity-game.inc and rebase unity games upon it --- profiles/othercide.profile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/othercide.profile (limited to 'profiles/othercide.profile') diff --git a/profiles/othercide.profile b/profiles/othercide.profile new file mode 100644 index 0000000..1469c27 --- /dev/null +++ b/profiles/othercide.profile @@ -0,0 +1,26 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include othercide.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/Othercide +whitelist ${HOME}/.local/share/wineprefixes/Othercide + +# machine-id, obs, and alsa don't get along +#ignore machine-id + +seccomp !name_to_handle_at + + +# Uncomment these for controller support +#ignore net none +#protocol unix,inet,inet6,netlink +#ignore private-dev + + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-wine-game.inc -- cgit v1.2.1