summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d924e1cb517..98e9520d2c27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dxvk-mingw
pkgdesc = Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -16,11 +16,11 @@ pkgbase = dxvk-mingw
depends = bash
provides = dxvk
provides = d9vk
- provides = dxvk=1.9.1
+ provides = dxvk=1.9.2
conflicts = dxvk
conflicts = d9vk
options = !lto
- source = git+https://github.com/doitsujin/dxvk.git#tag=v1.9.1
+ source = git+https://github.com/doitsujin/dxvk.git#tag=v1.9.2
source = setup_dxvk
source = dxvk-async.patch
source = dxvk-extraopts.patch
diff --git a/PKGBUILD b/PKGBUILD
index 913afebd899c..7876f4527525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=dxvk-mingw
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc='Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version'
arch=('x86_64')
@@ -68,8 +68,8 @@ prepare() {
# Relevant Wine issues
# https://bugs.winehq.org/show_bug.cgi?id=45289
# https://bugs.winehq.org/show_bug.cgi?id=43516
- dxvk64_cflags="$dxvk_cflags -mno-avx"
- dxvk32_cflags="$dxvk_cflags -mno-avx"
+ dxvk64_cflags="$dxvk_cflags -mno-avx -mno-avx2"
+ dxvk32_cflags="$dxvk_cflags -mno-avx -mno-avx2"
# These flags are taken from Proton, I don't know if there are issues with Arch wine.
dxvk64_cflags="$dxvk_cflags -mfpmath=sse -fwrapv -fno-strict-aliasing -gdwarf-2 -gstrict-dwarf"
dxvk32_cflags="$dxvk_cflags -mfpmath=sse -fwrapv -fno-strict-aliasing -gdwarf-2 -gstrict-dwarf"