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

dxvk.conf does not support escaped characters #1567

Closed
AltoAvenue opened this issue Apr 10, 2020 · 2 comments
Closed

dxvk.conf does not support escaped characters #1567

AltoAvenue opened this issue Apr 10, 2020 · 2 comments

Comments

@AltoAvenue
Copy link

AltoAvenue commented Apr 10, 2020

Currently, DXVK is set up to read a value in a config file as starting from the first whitespace character after the = until either it reaches another whitespace character or the end of the line, meaning that some parameters (for example, d3d9.customDeviceDesc = Device Name Here) cannot be used properly within a dxvk.conf file as it will end up being read as d3d9.customDeviceDesc = Device.

Could escape character support be added so parameters with whitespace/special characters can be used?

@doitsujin
Copy link
Owner

doitsujin commented Apr 10, 2020

It doesn't support string options because string options just didn't exist before the addition of D3D9 (and I'm not entirely sure why it's necessary; this smells like Sims 2 which only works with specific GPU models)

Guess we'll need to find some way to support those. Shouldn't be hard.

@doitsujin
Copy link
Owner

You should be able to use d3d9.customDeviceDesc = "Device Name Here" now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants