summary refs log tree commit diff
path: root/pkgs/misc/emulators/pcsx2
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pcsx2: add -DXDG_STD build flagNathan2019-03-08
|
* treewide: http -> httpsRyan Mulligan2018-06-23
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* treewide: fix #include errors after gcc-5.4Vladimír Čunát2016-06-19
| | | | They were mostly missing <cmath> or <math.h>.
* treewide: Make explicit that 'dev' output of gtk2 is usedTuomas Tynkkynen2016-05-19
|
* Merge pull request #14577 from hrdinka/fix/pcsx2joachifm2016-04-14
|\ | | | | pcsx2: disable advance SIMD instructions
| * pcsx2: disable advance SIMD instructionsChristoph Hrdinka2016-04-10
| | | | | | | | | | | | By setting `-DDISABLE_ADVANCE_SIMD=TRUE` pcsx2 will be compiled with predefined SIMD flags instead of `-march=native`. This makes the resulting binary more portable. Further this seems to be needed to make pcsx2 compile with gcc5.
* | mass-replace glib and gtk lib/*/include pathsNikolay Amiantov2016-04-14
|/
* pcsx2: init at 1.4.0Christoph Hrdinka2016-02-26