Probably typo in the Wine-Vulkan documentation
Closed this issue · 1 comments
Kerrung commented
Now:
If on 64-bit also add a line to load the json file for 32-bit:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NodeKhronos\Vulkan\Drivers]
"C:\Windows\winevulkan.json"=dword:00000000
But probably need \ here Wow6432Node\Khronos
If on 64-bit also add a line to load the json file for 32-bit:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Khronos\Vulkan\Drivers]
"C:\Windows\winevulkan.json"=dword:00000000
roderickc commented
Thanks, fixed.