-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Enable dxvknvapi on more (DLSS) titles I've verified as functioning & stable #6227
Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f30cd73
glslang: Build from source instead of prebuilt binary.
rbernon 388ce31
fixup! glslang: Build from source instead of prebuilt binary.
rbernon 47b8b2f
proton: Disable forced LAA for Sword and Fairy 4.
acee08e
proton: Enable WINE_HEAP_DELAY_FREE for Call of Duty: Black Ops II Zo…
90bf334
Don't ship proton dist files in a tarball anymore
aeikum fa29481
Don't ship filenames with colons in them
aeikum 0626706
Handle steampipe quirks in deploy builds
aeikum 1e7444f
docker: Add OpenBLAS dependency.
rbernon 4c4cb9c
docker: Add autoconf-archive dependency.
rbernon 2b3048d
.gitmodules: Use downstream dxvk.
ivyl 0f184bf
Build vkd3d as ELF.
giomasce 737076a
Ensure vkd3d-proton is used for D3D12 unless wined3d is explicitly re…
giomasce b0c32c6
Update Wine Mono to 7.3.1.
Conmanx360 5bb468d
Return proper number of recognized swapchain formats if some are not …
75ba46a
docker: Bump steamrt version to 0.20220601.0.
ivyl 9e0ca1b
docker: Update Rust to 1.63.0.
ivyl 9725697
update submodules
f754533
lsteamclient: Return NULL from manual_convert_SteamAPI_CheckCallbackR…
9a708e0
proton: Enable dxvknvapi on a bunch of (DLSS) titles.
adamnv 1c54575
Remove Monster Train from MFDXGI hack
alasky17 2d5eb70
update submodules
1574819
update submodules
5339633
media-converter: Use crates.io version of the gstreamer crates.
ivyl 34ddc10
Enable dxvknvapi on more (DLSS) titles I've verified as functioning a…
adamnv 5dbed10
dxvknvapi enablement list: Add Portal for Portal RTX
adamnv 2ce2d53
dxvknvapi enblement: add Red Dead 2 / Online, and have historic hiden…
adamnv b69a69c
dxvknvapi enablement: add Ready Or Not and Horizon Zero Dawn.
adamnv 85be732
dxvknvapi enablement: add Uncharted
adamnv da09f70
dxvknvapi enablement: override correct env var when unhiding nv gpu
adamnv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested that it works? It doesn't look like it does.
in
init_session()
we have a bunch of checks in the form:This converts the environment variables to entries in
self.compat_config
.If you look a bit down
hidenvidiagpu
is handled as follows:Converting the
compat_config
value inWINE_
prefixed variable that's then interpreted by Wine.That's a few lines above this line, so it is too late to affect the outcome.
Something like this (untested) should make more sense: