Skip to content

Commit

Permalink
wine: update bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Dec 1, 2023
1 parent ba2339d commit cffd0a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion patches/protonprep-lutris-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
-W wined3d-SWVP-shaders \
-W wined3d-Indexed_Vertex_Blending \
-W shell32-registry-lookup-app \
-W winepulse-PulseAudio_Support
-W winepulse-PulseAudio_Support \
-W d3dx9_36-D3DXStubs

# NOTE: Some patches are applied manually because they -do- apply, just not cleanly, ie with patch fuzz.
# A detailed list of why the above patches are disabled is listed below:
Expand Down Expand Up @@ -194,6 +195,7 @@
# winemenubuilder-integration -- winemenubuilder is disabled in proton and is not needed
# wined3d-SWVP-shaders -- interferes with proton's wined3d
# wined3d-Indexed_Vertex_Blending -- interferes with proton's wined3d
# d3dx9_36-D3DXStubs -- implemented in proton

echo "WINE: -STAGING- applying staging Compiler_Warnings revert for steamclient compatibility"
# revert this, it breaks lsteamclient compilation
Expand Down
2 changes: 1 addition & 1 deletion proton-wine
Submodule proton-wine updated 45 files
+204 −0 autom4te.cache/output.0
+204 −0 autom4te.cache/output.1
+100 −100 autom4te.cache/requests
+516 −488 autom4te.cache/traces.0
+516 −488 autom4te.cache/traces.1
+204 −0 configure
+9 −0 configure.ac
+9 −0 configure.ac.orig
+204 −0 configure.orig
+204 −0 configure~
+5 −1 dlls/amd_ags_x64/Makefile.in
+76 −14 dlls/amd_ags_x64/amd_ags_x64_main.c
+277 −0 dlls/amd_ags_x64/unixlib.c
+42 −0 dlls/amd_ags_x64/unixlib.h
+29 −0 dlls/crypt32/str.c.rej
+72 −0 dlls/crypt32/tests/str.c
+1,091 −0 dlls/crypt32/tests/str.c.orig
+30 −0 dlls/crypt32/tests/str.c.rej
+144 −61 dlls/d3dx9_36/mesh.c
+252 −1 dlls/d3dx9_36/tests/mesh.c
+6 −3 dlls/mfmediaengine/main.c
+1 −1 dlls/msvcp110/msvcp110.spec
+1 −1 dlls/msvcp120/msvcp120.spec
+1 −1 dlls/msvcp120_app/msvcp120_app.spec
+1 −1 dlls/msvcp140/msvcp140.spec
+50 −0 dlls/msvcp90/exception.c
+1 −1 dlls/msvcp_win/msvcp_win.spec
+5 −2 dlls/ntdll/unix/loader.c
+5 −2 dlls/ntdll/unix/loader.c.orig
+20 −0 dlls/setupapi/devinst.c
+2 −0 dlls/setupapi/setupapi.spec
+0 −3 dlls/windowscodecs/bmpencode.c
+69 −0 dlls/windowscodecs/tests/bmpformat.c
+2 −2 dlls/winegstreamer/h264_decoder.c
+1 −1 dlls/winegstreamer/wg_transform.c
+1 −2 dlls/winex11.drv/fs.c
+1 −2 dlls/winex11.drv/fs.c.orig
+0 −1 dlls/winex11.drv/init.c
+0 −25 dlls/winex11.drv/mouse.c
+0 −25 dlls/winex11.drv/mouse.c.orig
+0 −1 dlls/winex11.drv/x11drv.h
+1,015 −0 dlls/winex11.drv/x11drv.h.orig
+12 −0 include/config.h.in
+12 −0 include/config.h.in~
+3 −3 include/d3dx9anim.h

0 comments on commit cffd0a9

Please sign in to comment.