From f6c65d2ead2dcce0c19659c1aedd79bf4bf6c511 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sat, 8 May 2010 18:25:22 +0000 Subject: dfxvideo: Dithering logic was fixed. (Final Fantasy 9) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47647 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfxvideo/gpucfg-0.1df/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dfxvideo/gpucfg-0.1df') diff --git a/plugins/dfxvideo/gpucfg-0.1df/main.c b/plugins/dfxvideo/gpucfg-0.1df/main.c index 83d00327..67432e02 100644 --- a/plugins/dfxvideo/gpucfg-0.1df/main.c +++ b/plugins/dfxvideo/gpucfg-0.1df/main.c @@ -182,7 +182,7 @@ main (int argc, char *argv[]) val=0; if(pB) { - strcpy(t,"\nUseDither");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;} + strcpy(t,"\nDithering");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;} val = set_limit (p, len, 0, 2); } @@ -370,7 +370,7 @@ void SaveConfig(GtkWidget *widget, gpointer user_data) SetCfgVal(pB,"\nNoStretch",val); val = gtk_combo_box_get_active (GTK_COMBO_BOX (glade_xml_get_widget (xml, "ditherCombo2"))); - SetCfgVal(pB,"\nUseDither",val); + SetCfgVal(pB,"\nDithering",val); val = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (glade_xml_get_widget (xml, "maintain43"))); SetCfgVal(pB,"\nMaintain43",val); -- cgit v1.2.3