File tree Expand file tree Collapse file tree
package/batocera/emulators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ PCSX2_CONF_OPTS += -DEXTRA_PLUGINS=TRUE
2222
2323PCSX2_CONF_OPTS += -DDISABLE_ADVANCE_SIMD=ON
2424
25+ # https://github.com/PCSX2/pcsx2/blob/51ceec74a351bd25a1066ec2c02c2aa3f8c813f4/cmake/BuildParameters.cmake#L215
26+ PCSX2_CONF_OPTS += -DARCH_FLAG="-msse -msse2 -mfxsr -mxsave -march=i686"
27+
2528define PCSX2_INSTALL_TARGET_CMDS
2629 $(INSTALL ) -m 0755 -D $(@D ) /pcsx2/PCSX2 $(TARGET_DIR ) /usr/PCSX/bin/PCSX2
2730 cp -pr $(@D ) /bin/Langs $(TARGET_DIR ) /usr/PCSX/bin
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ PCSX2_AVX2_CONF_OPTS += -DEXTRA_PLUGINS=TRUE
2222
2323PCSX2_AVX2_CONF_OPTS += -DDISABLE_ADVANCE_SIMD=OFF
2424
25+ # https://github.com/PCSX2/pcsx2/blob/51ceec74a351bd25a1066ec2c02c2aa3f8c813f4/cmake/BuildParameters.cmake#L215
26+ PCSX2_AVX2_CONF_OPTS += -DARCH_FLAG="-msse -msse2 -mfxsr -mxsave -march=i686"
27+
2528define PCSX2_AVX2_INSTALL_TARGET_CMDS
2629 $(INSTALL ) -m 0755 -D $(@D ) /pcsx2/PCSX2 $(TARGET_DIR ) /usr/PCSX_AVX2/bin/PCSX2
2730 cp -pr $(@D ) /bin/Langs $(TARGET_DIR ) /usr/PCSX_AVX2/bin
You can’t perform that action at this time.
0 commit comments