aboutsummaryrefslogtreecommitdiff
path: root/system/settings/win32.xml
diff options
context:
space:
mode:
authorRainer Hochecker <fernetmenta@online.de>2014-02-18 18:11:41 +0100
committerfritsch <Peter.Fruehberger@gmail.com>2014-02-18 19:21:18 +0100
commit7c4c8347197953675f113b4b18864c46bdc02b0c (patch)
tree5a37846c4d9e754ff570418159aabd081c718ee3 /system/settings/win32.xml
parent4e0610c7210b779253babc8f34bce2b373ceb7cb (diff)
AE: convert all strings DirectSound to uppercase
Diffstat (limited to 'system/settings/win32.xml')
-rw-r--r--system/settings/win32.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/settings/win32.xml b/system/settings/win32.xml
index fce8da1b84..987f974ec6 100644
--- a/system/settings/win32.xml
+++ b/system/settings/win32.xml
@@ -48,7 +48,7 @@
<group id="1">
<setting id="audiooutput.audiodevice" type="string" label="545" help="36371">
<level>1</level>
- <default>DirectSound:default</default>
+ <default>DIRECTSOUND:default</default>
<constraints>
<options>audiodevices</options>
</constraints>
@@ -58,7 +58,7 @@
<group id="3">
<setting id="audiooutput.passthroughdevice" type="string" label="546" help="36372">
<level>2</level>
- <default>DirectSound:default</default>
+ <default>DIRECTSOUND:default</default>
<constraints>
<options>audiodevicespassthrough</options>
</constraints>