Message du 20/04/04 02:54 De : Alexandre Julliard A : Christian Costa Copie à : wine-devel@winehq.org Objet : Re: [D3D8] Some vertex shaders fixes Christian Costa writes:
- if ( !RegOpenKeyA( HKEY_LOCAL_MACHINE, "Software\Wine\d3d", &hkey) &&
!RegQueryValueExA( hkey, "vs_mode", 0, NULL, buffer, &size) )
I changed the key name to "Software\Wine\Direct3D" and the value to "VertexShaderMode", in an attempt to make it a bit less obscure for users who stumble upon it in regedit.
Good idea! :-)
Feel free to suggest other names if you don't like these.
It's fine. :-)
Christian