31 Jul
2023
31 Jul
'23
7:52 a.m.
On Mon Jul 31 07:50:21 2023 +0000, Michael Skorokhodov wrote:
DriverVersion is related to vendors, sometimes. Here is an example of a rare case: ```C if (vendor == 0x10de && driverVersion >= 9999) { enable_cool_rtx_stuff();} ``` Proton or DXVK should be able to fix it. Where did you see this code?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3104#note_40729