mirror of https://github.com/PCSX2/pcsx2.git
gsdx linux: fix ShadeBoost option case
This commit is contained in:
parent
1501d7fe8a
commit
7f32ba2e88
|
@ -307,7 +307,7 @@ void populate_shader_table(GtkWidget* shader_table)
|
|||
GtkWidget* shader_label = left_label("External shader glsl");
|
||||
GtkWidget* shader_conf_label = left_label("External shader conf");
|
||||
|
||||
GtkWidget* shadeboost_check = CreateCheckBox("Shade boost", "shadeboost");
|
||||
GtkWidget* shadeboost_check = CreateCheckBox("Shade boost", "ShadeBoost");
|
||||
GtkWidget* fxaa_check = CreateCheckBox("Fxaa shader", "fxaa");
|
||||
GtkWidget* shaderfx_check = CreateCheckBox("External shader", "shaderfx");
|
||||
|
||||
|
|
Loading…
Reference in New Issue