Scripts version 2078-1

This commit is contained in:
castro-fidel
2022-02-01 17:08:39 +03:00
parent 2aba122784
commit df6439e455
5 changed files with 35 additions and 8 deletions

View File

@ -8,4 +8,7 @@ export PW_WINE_USE=PROTON_GE
export PW_VULKAN_USE=1
export LAUNCH_PARAMETERS="-SkipBuildPatchPrereq"
export PW_DLL_INSTALL="vcrun2012 vcrun2013 vcrun2019"
export WINEDLLOVERRIDES="vulkan-1=n,b"
add_in_start_portwine () {
regdlloverrides "RDR2.exe:vulkan-1=n"
}

View File

@ -8,3 +8,6 @@
export PW_VULKAN_USE=1
export PW_DLL_INSTALL="vcrun2019"
export PW_WINDOWS_VER=10
add_in_start_portwine () {
regdlloverrides "RDR2.exe:vulkan-1=n"
}