summarylogtreecommitdiffstats
path: root/020-m64p-enable-optimizations.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-04 23:03:14 +0000
committerDaniel Bermond2020-06-04 23:03:14 +0000
commitd4c2b1a47d42baa8c3d665356703eabf1514b507 (patch)
tree1503f102b746d3382818e26b27d5a2c9477fde57 /020-m64p-enable-optimizations.patch
parent124bce48be3a9bfaaa66a947915985933013e2ee (diff)
downloadaur-d4c2b1a47d42baa8c3d665356703eabf1514b507.tar.gz
Updated to version 20200604
Diffstat (limited to '020-m64p-enable-optimizations.patch')
-rw-r--r--020-m64p-enable-optimizations.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/020-m64p-enable-optimizations.patch b/020-m64p-enable-optimizations.patch
index 9069af83aff5..028862acfba3 100644
--- a/020-m64p-enable-optimizations.patch
+++ b/020-m64p-enable-optimizations.patch
@@ -5,7 +5,7 @@
cd $base_dir/mupen64plus-core/projects/unix
-make NETPLAY=1 OSD=0 NO_ASM=1 all
-+make NETPLAY=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
@@ -14,10 +14,10 @@
cd $base_dir/GLideN64/projects/cmake
if [[ $UNAME == *"MINGW"* ]]; then
- cmake -G "MSYS Makefiles" -DNOHQ=On -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
-+ cmake -G "MSYS Makefiles" -DMUPENPLUSAPI=On ../../src/
++ cmake -G "MSYS Makefiles" -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
else
- cmake -DNOHQ=On -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
-+ cmake -DMUPENPLUSAPI=On ../../src/
++ cmake -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
fi
make