[PATCH 5/5] winevulkan: Add executable name Quirk regkey handling

Alexandre Julliard julliard at winehq.org
Tue Sep 15 02:52:29 CDT 2020


Liam Middlebrook <lmiddlebrook at nvidia.com> writes:

> +    if (!wine_vk_get_exe_name(exe_name, MAX_PATH))
> +        exe_name[0] = '\0';
> +
>      /* Match regkey settings in the following order, breaking early if settings
>       * are found:
>       *     pApplicationInfo->pApplicationName
>       *         @@ Wine registry key: HKCU\Software\Wine\Vulkan\pApplicationName\<pApplicationName>
>       *     pApplicationInfo->pEngineName
>       *         @@ Wine registry key: HKCU\Software\Wine\Vulkan\pEngineName\<pEngineName>
> +     *     executable name
> +     *         @@ Wine registry key: HKCU\Software\Wine\Vulkan\exeName\app.exe
>       *     global defaults
>       *         @@ Wine registry key: HKCU\Software\Wine\Vulkan

Do we really need to invent a new mechanism for this?  All other modules
use HKCU\Software\Wine\AppDefaults\<exename> for that sort of thing.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list