dinput axis mapping and format mapping patch

Alexandre Julliard julliard at winehq.org
Thu Sep 9 16:41:50 CDT 2004


Mike Hearn <m.hearn at signal.QinetiQ.com> writes:

> OK, but why do the keys have to be copied across. What's wrong with:
>
> if (config file is present && !key exists("HKLM/Software/Wine/Wine"))
> {
> 	mount config at( "HKLM/TempWineConfig" )
>          copy tree( "HKLM/TempWineConfig" to "HKLM/Software/Wine/Wine" )
> }
>
> ie we check if the standard .reg files contain the config branch and
> if not, copy it across.

Because we want to have the two systems coexist, so that we don't have
to change all the code at the same time. In fact there are already
some parameters under HKLM/Software/Wine today. It also allows moving
back to an older Wine without conflicts.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list