Liam Middlebrook lmiddlebrook@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.