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

headers/openvr.h: Allow user to specify ABI type #894

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aeikum
Copy link

@aeikum aeikum commented Sep 26, 2018

The use for this is so we can load the native Linux openvr library when building DXVK as a native Linux library. Winelib builds define _WIN32, but we want to use the Unix ABI for openvr, so let's let users request a specific ABI and fallback on the old logic if one is not requested.

(I think this can't be merged directly, but hopefully you can apply this diff to whatever file generates openvr.h easily enough.)

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

Successfully merging this pull request may close these issues.

None yet

1 participant