Actually, i use "~/.wine" for my all applications. When i want to override a dll, it's simple, i use winecfg and i have this line on Regedit :
Code: Select all
HKEY_CURRENT_USER\Software\Wine\AppDefaults\POWERPNT.EXE\DllOverrides
Code: Select all
HKEY_CURRENT_USER\Software\Wine\AppDefaults\AssassinsCreedBrotherhood.exe\Direct3D
But, i have a problem with these values. they're not used when i launch a game.
For exemple in Assassin's Creed Brotherhood, if Multisampling is enabled in Regedit so I can activate it in game.
Result :
If if i enable Mutlisampling by
Code: Select all
HKEY_CURRENT_USER\Software\Wine\AppDefaults\AssassinsCreedBrotherhood.exe\Direct3D
But i enable Multisampling by
Code: Select all
HKEY_CURRENT_USER\Software\Wine\Direct3D
Why by my first way, it doesn't work?
If i use the second, it's for all application and not one...
Thanks for your help