├── .github └── FUNDING.yml ├── LICENSE ├── LICENSE.proton ├── README.md ├── dist.LICENSE ├── extras └── MangoHud.conf ├── make-async.sh ├── make.sh └── patches ├── compatibilitytool.vdf ├── dxvk-async ├── x32 │ ├── d3d10core.dll │ ├── d3d11.dll │ ├── d3d8.dll │ ├── d3d9.dll │ └── dxgi.dll └── x64 │ ├── d3d10core.dll │ ├── d3d11.dll │ ├── d3d8.dll │ ├── d3d9.dll │ └── dxgi.dll ├── dxvk ├── x32 │ ├── d3d10core.dll │ ├── d3d11.dll │ ├── d3d8.dll │ ├── d3d9.dll │ └── dxgi.dll └── x64 │ ├── d3d10core.dll │ ├── d3d11.dll │ ├── d3d8.dll │ ├── d3d9.dll │ └── dxgi.dll ├── proton ├── proton-valve └── version /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.proton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/LICENSE.proton -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/README.md -------------------------------------------------------------------------------- /dist.LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/dist.LICENSE -------------------------------------------------------------------------------- /extras/MangoHud.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/extras/MangoHud.conf -------------------------------------------------------------------------------- /make-async.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/make-async.sh -------------------------------------------------------------------------------- /make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/make.sh -------------------------------------------------------------------------------- /patches/compatibilitytool.vdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/compatibilitytool.vdf -------------------------------------------------------------------------------- /patches/dxvk-async/x32/d3d10core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x32/d3d10core.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x32/d3d11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x32/d3d11.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x32/d3d8.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x32/d3d8.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x32/d3d9.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x32/d3d9.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x32/dxgi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x32/dxgi.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x64/d3d10core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x64/d3d10core.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x64/d3d11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x64/d3d11.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x64/d3d8.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x64/d3d8.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x64/d3d9.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x64/d3d9.dll -------------------------------------------------------------------------------- /patches/dxvk-async/x64/dxgi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk-async/x64/dxgi.dll -------------------------------------------------------------------------------- /patches/dxvk/x32/d3d10core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x32/d3d10core.dll -------------------------------------------------------------------------------- /patches/dxvk/x32/d3d11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x32/d3d11.dll -------------------------------------------------------------------------------- /patches/dxvk/x32/d3d8.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x32/d3d8.dll -------------------------------------------------------------------------------- /patches/dxvk/x32/d3d9.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x32/d3d9.dll -------------------------------------------------------------------------------- /patches/dxvk/x32/dxgi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x32/dxgi.dll -------------------------------------------------------------------------------- /patches/dxvk/x64/d3d10core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x64/d3d10core.dll -------------------------------------------------------------------------------- /patches/dxvk/x64/d3d11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x64/d3d11.dll -------------------------------------------------------------------------------- /patches/dxvk/x64/d3d8.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x64/d3d8.dll -------------------------------------------------------------------------------- /patches/dxvk/x64/d3d9.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x64/d3d9.dll -------------------------------------------------------------------------------- /patches/dxvk/x64/dxgi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/dxvk/x64/dxgi.dll -------------------------------------------------------------------------------- /patches/proton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/proton -------------------------------------------------------------------------------- /patches/proton-valve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonlover02/Proton-Sarek/HEAD/patches/proton-valve -------------------------------------------------------------------------------- /patches/version: -------------------------------------------------------------------------------- 1 | Proton-Sarek 2 | --------------------------------------------------------------------------------