summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-05-02 01:05:42 +0300
committerStelios Tsampas2022-05-02 01:05:42 +0300
commit7d5f5ce0c9240eb2146870f5e0f3170c6e57115d (patch)
tree031303636492aadd07723afbe9d83f98b7286dbc
parenta7481774d831210e7ceb710f205d6fc582023da0 (diff)
downloadaur-7d5f5ce0c9240eb2146870f5e0f3170c6e57115d.tar.gz
Remove FSR and async to be closer to upstream
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff26606b58fa..7b57f66a6258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -257,9 +257,9 @@ prepare() {
# Fix wldap32 compilation on 32bit
patch -p1 -i "$srcdir"/wine-25946b48148784e8275c1685f6498ab88f553ca3.patch
# Add FSR for fshack
- patch -p1 -i "$srcdir"/wine-winevulkan_fsr.patch
+ #patch -p1 -i "$srcdir"/wine-winevulkan_fsr.patch
# Adds more 16:10 resolutions for use with FSR
- patch -p1 -i "$srcdir"/wine-more_8x5_res.patch
+ #patch -p1 -i "$srcdir"/wine-more_8x5_res.patch
popd
pushd dxvk
@@ -267,7 +267,7 @@ prepare() {
# Enable at your own risk. If you don't know what it is,
# and its implications, leave it as is. You have been warned.
# I am not liable if anything happens to you by using it.
- patch -p1 -i "$srcdir"/dxvk-async-${_asyncver}.patch
+ #patch -p1 -i "$srcdir"/dxvk-async-${_asyncver}.patch
popd
patch -p1 -i "$srcdir"/proton-sanitize_makefile.patch