diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 18:25:22 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 18:25:22 +0000 |
| commit | f6c65d2ead2dcce0c19659c1aedd79bf4bf6c511 (patch) | |
| tree | 3213444f4fdaf0a1457ccde24caf341025900e05 /plugins/dfxvideo/gpucfg-0.1df | |
| parent | 85cb5305c337de06976d1a3257864a3ee05ec50a (diff) | |
| download | pcsxr-f6c65d2ead2dcce0c19659c1aedd79bf4bf6c511.tar.gz | |
dfxvideo: Dithering logic was fixed. (Final Fantasy 9)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfxvideo/gpucfg-0.1df')
| -rw-r--r-- | plugins/dfxvideo/gpucfg-0.1df/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
