forked from mirrors/nixpkgs
Merge pull request #14577 from hrdinka/fix/pcsx2
pcsx2: disable advance SIMD instructions
This commit is contained in:
commit
be284a5f97
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||
-DCMAKE_BUILD_PO=TRUE \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX="$out" \
|
||||
-DDISABLE_ADVANCE_SIMD=TRUE \
|
||||
-DDISABLE_PCSX2_WRAPPER=TRUE \
|
||||
-DDOC_DIR="$out/share/doc/pcsx2" \
|
||||
-DGAMEINDEX_DIR="$out/share/pcsx2" \
|
||||
|
|
Loading…
Reference in a new issue