summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122022-10-26 09:55:57 -0700
committerkenshen1122022-10-26 09:55:57 -0700
commit730420fcb6fe04e0c37237c8dd0b26c04782d05e (patch)
treeb81c98f7ce96d60f6d9a90451a87edbb989e3844
parentcd1944c1a6826442bf1775e1c3a5cd639ca070f4 (diff)
downloadaur-730420fcb6fe04e0c37237c8dd0b26c04782d05e.tar.gz
[BUG] Fix a crash that happens when copying from one card to a folder memory card via BIOS
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d717c2ced344..1faaaa88dbee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.3474.r0.gbdac7672b
+ pkgver = 1.7.3490.r0.ge129a0643
pkgrel = 1
url = https://www.pcsx2.net
install = post.install
diff --git a/PKGBUILD b/PKGBUILD
index 6225fb86cc27..1faeb0e8fcc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.3474.r0.gbdac7672b
+pkgver=1.7.3490.r0.ge129a0643
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -18,7 +18,6 @@ license=(
install=post.install
OPTIONS+=(
- debug !strip
epoch = 1
)
@@ -86,7 +85,7 @@ build()
cd build
cmake ../pcsx2 \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DWAYLAND_API=ON \