diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-12 05:00:36 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-12 05:00:36 +0000 |
| commit | 42197a754a6023d488be007d1557d53595569ee0 (patch) | |
| tree | 3941230a615cdd80a98fa85dd0ee8b199237cd8c /plugins | |
| parent | f3029e308e211e91ba6891a6419b3f5dd57b7ea8 (diff) | |
| download | pcsxr-42197a754a6023d488be007d1557d53595569ee0.tar.gz | |
-dfsound: unified the default value of spuasync in plugin & config utility.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63287 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfsound/spucfg-0.1df/main.c | 2 |
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 034379f7..870e65ca 100644 --- a/plugins/dfsound/spucfg-0.1df/main.c +++ b/plugins/dfsound/spucfg-0.1df/main.c @@ -163,7 +163,7 @@ int main(int argc, char *argv[]) len = 1; } val = set_limit (p, len, 0, 1); - } else val = 0; + } else val = 1; gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON (glade_xml_get_widget(xml, "chkHiCompat")), val); |
