avengers 625 Bytes
Newer Older
1
#!/usr/bin/env bash
2 3
#Author: 
#avengers.exe 
Mikhail Tergoev's avatar
Mikhail Tergoev committed
4
#Rating=?
5
################################################
castro-fidel's avatar
castro-fidel committed
6
export PW_VULKAN_USE=dxvk
7
export LAUNCH_PARAMETERS=""
8
#export WINEDLLOVERRIDES="atiadlxx=n"
castro-fidel's avatar
castro-fidel committed
9 10 11 12
export PW_WINDOWS_VER=10                        # Set windows version 10, 7 or XP
#export PW_NO_FSYNC=0                            # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support.
#export PW_NO_ESYNC=1                            # Do not use eventfd-based in-process synchronization primitives
export PW_DLL_INSTALL="d3dcompiler_47 vcrun2019"