diff --git a/patches/nvapi-Stub_DLL/definition b/patches/nvapi-Stub_DLL/definition index fc7b347e..025eaca4 100644 --- a/patches/nvapi-Stub_DLL/definition +++ b/patches/nvapi-Stub_DLL/definition @@ -1,5 +1,6 @@ Fixes: Add nvapi stubs required for GPU PhysX support Fixes: [35062] Fix graphical corruption in FarCry 3 with NVIDIA drivers +Fixes: [43862] CS:GO fails to start when nvapi cannot be initialized Depends: nvcuda-CUDA_Support # Causes regression? diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 6a30d848..9648d03c 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -7192,6 +7192,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#35062] Fix graphical corruption in FarCry 3 with NVIDIA drivers +# | * [#43862] CS:GO fails to start when nvapi cannot be initialized # | # | Modified files: # | * configure.ac, dlls/d3d11/device.c, dlls/nvapi/Makefile.in, dlls/nvapi/nvapi.c, dlls/nvapi/nvapi.spec,