aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-12-07 01:05:39 -0800
committerChris Robinson <[email protected]>2008-12-07 01:05:39 -0800
commit8b54d59b8c201c90da4ec45bf81d7a945b143d10 (patch)
tree2220615745b345427f96274a91fd56c31527653f /alsoftrc.sample
parentf6a4dbabdda352385073bf5cf404a0c8e29da918 (diff)
Add an SDL backend
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 0974a41c..e447d528 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -59,7 +59,7 @@ drivers = # Sets the backend driver list order, comma-seperated. Unknown
# backends and duplicated names are ignored, and unlisted backends
# won't be considered for use. An empty list means the default.
# Default is:
- # alsa,oss,solaris,dsound,winmm,wave
+ # alsa,oss,solaris,dsound,winmm,sdl,wave
excludefx = # Sets which effects to exclude, preventing apps from using them.
# This can help for apps that try to use effects which are too CPU
@@ -100,6 +100,9 @@ periods = 4 # Sets the number of updates for the output buffer. Default is 4
[winmm] # Windows Multimedia backend stuff
# Nothing yet...
+[sdl] # SDL backend stuff
+ # Nothing yet...
+
[wave] # Wave File Writer stuff
file = # Sets the filename of the wave file to write to. An empty name
# prevents the backend from opening, even when explicitly requested.