|Hi Brendan,
On 13.03.2020 18:10, Brendan Shanks wrote:
- Is 'loader' the best place to generate the file? I feel like 'dlls/winevulkan' would be preferable, but that puts the file in a different place relative to wine.inf when running from the build tree or installed.
You could implement DllRegisterServer in winevulkan to create the file and set registry. json file could be stored in registry, but it seems trivial enough that a C string literal would be enough.
Thanks,
Jacek