Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proton: Populate NVIDIA_WINE_DLL_DIR when available #8087

Open
wants to merge 2 commits into
base: experimental_9.0
Choose a base branch
from

Commits on Sep 4, 2024

  1. update submodules

    Proton Merge Bot committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f205ee9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. proton: Populate NVIDIA_WINE_DLL_DIR when available

    NVIDIA-software may check the environment variable `NVIDIA_WINE_DLL_DIR`
    for a path where DLLs provided by the NVIDIA Linux driver can be found.
    This is done as a fallback for when the "DriverStore" cannot be detected
    via the D3DDDI functions for querying an adapter-specific registry key.
    
    Tested with an application that reads `NVIDIA_WINE_DLL_DIR` from the
    environment and tries to load a known DLL from it. As expected manually
    setting the environment variable to the on-disk location did not work,
    as the path is not accurate within the pressure-vessel environment.
    liam-middlebrook committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d380d66 View commit details
    Browse the repository at this point in the history