mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
winecfg: Default for PixelShaders is disabled.
This commit is contained in:
parent
ac6c941058
commit
7b98e1f717
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ static void init_dialog(HWND dialog)
|
|||
}
|
||||
HeapFree(GetProcessHeap(), 0, buf);
|
||||
|
||||
buf = get_reg_key(config_key, keypath("Direct3D"), "PixelShaderMode", "enabled");
|
||||
buf = get_reg_key(config_key, keypath("Direct3D"), "PixelShaderMode", "disabled");
|
||||
if (!strcmp(buf, "enabled"))
|
||||
CheckDlgButton(dialog, IDC_D3D_PSHADER_MODE, BST_CHECKED);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue