Skip to content

Commit 1e14844

Browse files
committed
Use patched DXVK
1 parent 450ce47 commit 1e14844

10 files changed

+2
-11
lines changed

.github/workflows/build.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,6 @@ jobs:
177177
pushd ${{ env.BUILDROOT }}/wine32on64
178178
make install-lib DESTDIR="$GITHUB_WORKSPACE/${{ env.WINE_INSTALLROOT }}"
179179
popd
180-
181-
- name: Install DXVK
182-
run: |
183-
DXVK_URL=$(curl -s https://api.github.com/repos/Gcenx/DXVK-MacOS/releases/latest | jq -r '.assets[] | select(.browser_download_url | contains("dxvk-macOS")) | .browser_download_url')
184-
curl -L -o dxvk.tar.gz $DXVK_URL
185-
tar -xzf dxvk.tar.gz --strip-components=1
186-
rm dxvk.tar.gz
187180
188181
- name: Grab Verbs From Winetricks
189182
run: |
@@ -200,9 +193,7 @@ jobs:
200193
201194
cp -a $(brew --prefix winetricks)/bin/winetricks Libraries
202195
cp -a verbs.txt Libraries
203-
204-
cp -a x32 Libraries/DXVK
205-
cp -a x64 Libraries/DXVK
196+
cp -a DXVK Libraries
206197
207198
- name: Copy External Libs
208199
run: |

DXVK/x32/d3d10core.dll

168 KB
Binary file not shown.

DXVK/x32/d3d11.dll

3.93 MB
Binary file not shown.

DXVK/x32/d3d9.dll

3.63 MB
Binary file not shown.

DXVK/x32/dxgi.dll

668 KB
Binary file not shown.

DXVK/x64/d3d10core.dll

187 KB
Binary file not shown.

DXVK/x64/d3d11.dll

3.72 MB
Binary file not shown.

DXVK/x64/d3d9.dll

3.44 MB
Binary file not shown.

DXVK/x64/dxgi.dll

384 KB
Binary file not shown.

WhiskyWineVersion.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>minor</key>
1212
<integer>1</integer>
1313
<key>patch</key>
14-
<integer>2</integer>
14+
<integer>3</integer>
1515
<key>preRelease</key>
1616
<string></string>
1717
</dict>

0 commit comments

Comments
 (0)