App defaults and registry

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ulberon
Level 2
Level 2
Posts: 37
Joined: Wed Apr 16, 2008 3:43 am

App defaults and registry

Post by ulberon »

I was curious, if I set app defaults in the registry (in this case Direct3D), lets say, I change 'RenderTargetLockMode' to 'readtex' (for a specific application). And in the default portion of the registry I have unrelated values in the same key, for instance, in default I have 'VideoMemorySize' is 512. Do I have duplicate the default values for each application (that is, duplicate what is in the general area of the registry for each application) or will they be intact?

Thanks
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: App defaults and registry

Post by vitamin »

ulberon wrote:Do I have duplicate the default values for each application (that is, duplicate what is in the general area of the registry for each application) or will they be intact?
No you do not need to duplicate them. If Wine can't find app specific settings it will try globals. And if they are not found then Wine will use hard-coded defaults.
Locked