summarylogtreecommitdiffstats
path: root/020-m64p-change-optimizations.patch
diff options
context:
space:
mode:
authorDaniel Bermond2021-06-25 21:52:45 +0000
committerDaniel Bermond2021-06-25 21:52:45 +0000
commitea2c16cdc6d559af140c58d83f5e4b9153b912e0 (patch)
tree5268130e0a2a284a2b57501c173d1acbaf51a00e /020-m64p-change-optimizations.patch
parent5681150c7ac5946d9f8e20e60a2d76e6d9637722 (diff)
downloadaur-ea2c16cdc6d559af140c58d83f5e4b9153b912e0.tar.gz
Update to version 20210623
Diffstat (limited to '020-m64p-change-optimizations.patch')
-rw-r--r--020-m64p-change-optimizations.patch13
1 files changed, 2 insertions, 11 deletions
diff --git a/020-m64p-change-optimizations.patch b/020-m64p-change-optimizations.patch
index 4dbf4b046a46..c383e3a2214f 100644
--- a/020-m64p-change-optimizations.patch
+++ b/020-m64p-change-optimizations.patch
@@ -1,15 +1,6 @@
--- a/build.sh
+++ b/build.sh
-@@ -24,7 +24,7 @@ mkdir -p $install_dir
- base_dir=$PWD
-
- cd $base_dir/mupen64plus-core/projects/unix
--make NETPLAY=1 OSD=0 NO_ASM=1 all
-+make NETPLAY=1 OSD=0 all
- cp -P $base_dir/mupen64plus-core/projects/unix/*$suffix* $install_dir
- cp $base_dir/mupen64plus-core/data/* $install_dir
-
-@@ -75,9 +75,9 @@ fi
+@@ -77,9 +77,9 @@ fi
mkdir -p $base_dir/parallel-rsp/build
cd $base_dir/parallel-rsp/build
if [[ $UNAME == *"MINGW"* ]]; then
@@ -21,7 +12,7 @@
fi
cmake --build .
cp mupen64plus-rsp-parallel.* $install_dir
-@@ -85,9 +85,9 @@ cp mupen64plus-rsp-parallel.* $install_dir
+@@ -87,9 +87,9 @@ cp mupen64plus-rsp-parallel.* $install_dir
mkdir -p $base_dir/parallel-rdp-standalone/build
cd $base_dir/parallel-rdp-standalone/build
if [[ $UNAME == *"MINGW"* ]]; then