mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
Set up winevulkan stuff at prefix create time
This commit is contained in:
parent
0fada7caca
commit
ab6b25cc17
5 changed files with 20 additions and 0 deletions
BIN
contrib/VulkanRT-1.0.65.1-Installer.exe
Executable file
BIN
contrib/VulkanRT-1.0.65.1-Installer.exe
Executable file
Binary file not shown.
7
contrib/winevulkan.json
Normal file
7
contrib/winevulkan.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"file_format_version": "1.0.0",
|
||||
"ICD": {
|
||||
"library_path": "C:\\windows\\system32\\winevulkan.dll",
|
||||
"api_version": "1.0.51"
|
||||
}
|
||||
}
|
||||
4
contrib/winevulkan.reg
Normal file
4
contrib/winevulkan.reg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\Software\Khronos\Vulkan\Drivers]
|
||||
"C:\\windows\\system32\\winevulkan.json"=dword:00000000
|
||||
Loading…
Add table
Add a link
Reference in a new issue