-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Update and fix cnc-ddraw #2199
Update and fix cnc-ddraw #2199
Conversation
The current implementation fails, if ddraw.dll is a symlink - like in Proton-GE.
If special changes are required for GE-Proton that should really be handled within |
Nah. This is why there is the Lines 748 to 751 in f87bf9e
I don't see a single reason it shouldn't be used here. |
Yes using The Linux specific comment was more aimed at the usage of |
Something that might be worth noting is if something is platform specific (not project specific like Proton) it could always be placed behind a platform guard like I’ve done for the Steam verb for macOS. |
I think so. I'm not using wine directly that much though. I know Proton-GE and Lutris are using it.
I will fix it soon. I have only little experience with BSD / MacOS, so I missed that. I thought an update might be a good thing, but we could just delete files in order to update them.. if necessary.
Good to know, but I don't think that's necessary here. This fix should work on all platforms. |
Updated to v6.8.0.0, could we please merge after #2204 is accepted? |
Updated to v7.0.0.0, could we please merge after #2204 is accepted? |
Thanks; I squashed it locally and added a couple fixes (quoting the variable / updating the version in the metadata). I pushed it directly in cede504 |
The current implementation fails, if ddraw.dll is a symlink - like in Proton-GE.