From 609ee742115aa10139d5e4c3f8915306751c227f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 10 Mar 2022 17:47:42 -0800 Subject: Add a config option for reverse-z The same as the __ALSOFT_REVERSE_Z env var, but in the config file. Should only be used for per-game config files (either along side the executable, or setting the ALSOFT_CONF env var when launching the app). --- alsoftrc.sample | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'alsoftrc.sample') diff --git a/alsoftrc.sample b/alsoftrc.sample index ab0345d9..eebd3de7 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -583,6 +583,17 @@ ## EAX extensions stuff ## [eax] -##enable: + +## enable: (global) # Sets whether to enable EAX extensions or not. #enable = true + +## +## Per-game compatibility options (these should only be set in per-game config +## files, *NOT* system- or user-level!) +## +[game_compat] + +## reverse-z: (global) +# Reverses the local Z (front-back) position of 3D sound sources. +#reverse-z = false -- cgit v1.2.3