summaryrefslogtreecommitdiff
path: root/plugins/dfsound
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-14 06:58:08 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-14 06:58:08 +0000
commit31db6906681fa9815373d5550dce12b77d2518e4 (patch)
tree0863c86f2cc04606407edba2790396f28caca72e /plugins/dfsound
parent3d98503d19d09a5c6616e0be33edf4866700f0c0 (diff)
downloadpcsxr-31db6906681fa9815373d5550dce12b77d2518e4.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54581 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound')
-rw-r--r--plugins/dfsound/spucfg-0.1df/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spucfg-0.1df/main.c b/plugins/dfsound/spucfg-0.1df/main.c
index 5ae2fc67..dd38645a 100644
--- a/plugins/dfsound/spucfg-0.1df/main.c
+++ b/plugins/dfsound/spucfg-0.1df/main.c
@@ -127,7 +127,7 @@ int main(int argc, char *argv[])
len = 1;
}
val = set_limit (p, len, 0, 4);
- } else val = 1;
+ } else val = 2;
gtk_combo_box_set_active(GTK_COMBO_BOX (glade_xml_get_widget(xml, "cbVolume2")), val);