1630811474
Add https://github.com/jp7677/dxvk-nvapi as a submodule. dxvk-nvapi will not be copied into Proton prefixes by default, but instead will be controlled via the environment variable PROTON_ENABLE_NVAPI. This is done to avoid any potential adverse effects of the nvapi DLL existing in cases where an application may require a function that is not implemented by dxvk-nvapi. This new functionality can be enabled by setting the following environment variable to a value of `1`: `PROTON_ENABLE_NVAPI` This functionality is needed in order to support DLSS within Proton. Reviewed-by: Adam Moss <amoss@nvidia.com>
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
[submodule "wine"]
|
|
path = wine
|
|
url = ../wine
|
|
[submodule "dxvk"]
|
|
path = dxvk
|
|
url = ../dxvk
|
|
[submodule "openvr"]
|
|
path = openvr
|
|
url = https://github.com/ValveSoftware/openvr
|
|
[submodule "fonts/liberation-fonts"]
|
|
path = fonts/liberation-fonts
|
|
url = https://github.com/liberationfonts/liberation-fonts
|
|
[submodule "FAudio"]
|
|
path = FAudio
|
|
url = https://github.com/FNA-XNA/FAudio
|
|
[submodule "gstreamer"]
|
|
path = gstreamer
|
|
url = https://gitlab.freedesktop.org/gstreamer/gstreamer.git
|
|
[submodule "gst-plugins-base"]
|
|
path = gst-plugins-base
|
|
url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git
|
|
[submodule "gst-plugins-good"]
|
|
path = gst-plugins-good
|
|
url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git
|
|
[submodule "gst-orc"]
|
|
path = gst-orc
|
|
url = https://gitlab.freedesktop.org/gstreamer/orc.git
|
|
[submodule "vkd3d-proton"]
|
|
path = vkd3d-proton
|
|
url = https://github.com/HansKristian-Work/vkd3d-proton
|
|
[submodule "OpenXR-SDK"]
|
|
path = OpenXR-SDK
|
|
url = https://github.com/KhronosGroup/OpenXR-SDK
|
|
[submodule "dxvk-nvapi"]
|
|
path = dxvk-nvapi
|
|
url = https://github.com/jp7677/dxvk-nvapi
|