diff --git a/patches/advapi32-LsaLookupSids/definition b/patches/advapi32-LsaLookupSids/definition index e69de29b..322844a9 100644 --- a/patches/advapi32-LsaLookupSids/definition +++ b/patches/advapi32-LsaLookupSids/definition @@ -0,0 +1,3 @@ +# Originally sent 2015 April by Qian Hong, apparently dropped off the list: +# +# Some of the patches were labeled as for Cygwin. \ No newline at end of file diff --git a/patches/d3dx9_36-D3DXDisassembleShader/definition b/patches/d3dx9_36-D3DXDisassembleShader/definition index debd240c..ba2687e3 100644 --- a/patches/d3dx9_36-D3DXDisassembleShader/definition +++ b/patches/d3dx9_36-D3DXDisassembleShader/definition @@ -1 +1 @@ -Fixes: Initial implementation for d3dx9_36.D3DXDisassembleShader +Fixes: [46649] Multiple applications need D3DXDisassembleShader() implementation (Tom Clancy's Rainbow Six: Vegas 2, The Void) diff --git a/patches/d3dx9_36-D3DXOptimizeVertices/definition b/patches/d3dx9_36-D3DXOptimizeVertices/definition index d241900e..2ef13e4c 100644 --- a/patches/d3dx9_36-D3DXOptimizeVertices/definition +++ b/patches/d3dx9_36-D3DXOptimizeVertices/definition @@ -1 +1 @@ -Fixes: Implement semi-stub for D3DXOptimizeVertices +Fixes: [47776] Timeshift needs D3DXOptimizeVertices() diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index d4dcfcab..7616fcc5 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -2678,6 +2678,9 @@ fi # Patchset d3dx9_36-D3DXDisassembleShader # | +# | This patchset fixes the following Wine bugs: +# | * [#46649] Multiple applications need D3DXDisassembleShader() implementation (Tom Clancy's Rainbow Six: Vegas 2, The Void) +# | # | Modified files: # | * dlls/d3dx9_36/shader.c, dlls/d3dx9_36/tests/shader.c # | @@ -2694,6 +2697,9 @@ fi # Patchset d3dx9_36-D3DXOptimizeVertices # | +# | This patchset fixes the following Wine bugs: +# | * [#47776] Timeshift needs D3DXOptimizeVertices() +# | # | Modified files: # | * dlls/d3dx9_24/d3dx9_24.spec, dlls/d3dx9_25/d3dx9_25.spec, dlls/d3dx9_26/d3dx9_26.spec, dlls/d3dx9_27/d3dx9_27.spec, # | dlls/d3dx9_28/d3dx9_28.spec, dlls/d3dx9_29/d3dx9_29.spec, dlls/d3dx9_30/d3dx9_30.spec, dlls/d3dx9_31/d3dx9_31.spec, @@ -6535,6 +6541,9 @@ fi # Patchset wine.inf-WMP_12 # | +# | This patchset fixes the following Wine bugs: +# | * [#47779] iCloud refuses to install: "Your computer is missing Media features." +# | # | Modified files: # | * loader/wine.inf.in # | diff --git a/patches/wine.inf-WMP_12/definition b/patches/wine.inf-WMP_12/definition index ddf2bd86..4a5a7b06 100644 --- a/patches/wine.inf-WMP_12/definition +++ b/patches/wine.inf-WMP_12/definition @@ -1 +1 @@ -Fixes: Announce WMP 12 as installed windows feature +Fixes: [47779] iCloud refuses to install: "Your computer is missing Media features."