From 42197a754a6023d488be007d1557d53595569ee0 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 12 Feb 2011 05:00:36 +0000 Subject: -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 --- plugins/dfsound/spucfg-0.1df/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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); -- cgit v1.2.3