about summary refs log tree commit diff
path: root/pkgs/misc/emulators
Commit message (Collapse)AuthorAge
* Merge pull request #83891 from matthewbauer/retroarch-fix-macosMatthew Bauer2020-03-31
|\ | | | | retroarch/cores.nix: use correct platform for darwin
| * retroarch/cores.nix: use correct platform for darwinMatthew Bauer2020-03-31
| | | | | | | | | | | | | | | | | | | | This should fix the regression found in https://hydra.nixos.org/eval/1577308#tabs-now-fail. The libretro scripts use “osx” as the identifier for macOS, and “unix” seems to mean linux. If anyone could help out by confirming this works. I don’t currently have access to a macOS machine.
* | Merge pull request #82993 from Synthetica9/homepage-fix2Ryan Mulligan2020-03-30
|\ \ | | | | | | treewide: fix redirected urls (again)
| * | treewide: add quotes to recently-changed urlsPatrick Hilhorst2020-03-28
| | | | | | | | | Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
| * | treewide: fix redirected urls (again)Patrick Hilhorst2020-03-20
| | | | | | | | | | | | | | | | | | Ran the same script as #78265. Additionally, manually replaced `http://goodies.xfce.org` with https.
* | | Merge pull request #82764 from avnik/wine-updateDmitry Kalinkin2020-03-30
|\ \ \ | | | | | | | | Wine update
| * | | wine{Unstable,Staging}: 5.4 -> 5.5Alexander V. Nikolaev2020-03-29
| | | |
| * | | wineUnstable: 5.3 -> 5.4Alexander V. Nikolaev2020-03-16
| | | |
| * | | wine{Unstable,Staging}: 5.0 -> 5.3Alexander V. Nikolaev2020-03-16
| |/ /
* | | Merge pull request #83638 from veprbl/pr/higan_darwin_fixJörg Thalheim2020-03-29
|\ \ \ | | | | | | | | higan: fix darwin build
| * | | higan: fix darwin buildDmitry Kalinkin2020-03-28
| | | |
* | | | Merge pull request #83469 from veprbl/pr/mame_darwin_fixDmitry Kalinkin2020-03-28
|\ \ \ \ | | | | | | | | | | mame: add darwin support
| * | | | mame: add darwin supportDmitry Kalinkin2020-03-27
| |/ / /
* | | | Merge pull request #82998 from OPNA2608/update-rpcs3Benjamin Hipple2020-03-27
|\ \ \ \ | |/ / / |/| | | rpcs3: 0.0.6-8187-790962425 -> 0.0.8-9300-341fdf7eb
| * | | rpcs3: 0.0.6-8187-790962425 -> 0.0.8-9300-341fdf7ebChristoph Neidahl2020-03-20
| |/ /
* | | Merge pull request #81421 from gnidorah/mameDmitry Kalinkin2020-03-27
|\ \ \ | |_|/ |/| | mame: 0.218 -> 0.219
| * | mame: 0.218 -> 0.219gnidorah2020-03-01
| | |
* | | retroarch: fix picodrive on aarch64Kolby Crouch2020-03-23
| | |
* | | Merge pull request #83130 from r-ryantm/auto-update/fs-uaeAnderson Torres2020-03-22
|\ \ \ | | | | | | | | fsuae: 3.0.2 -> 3.0.3
| * | | fsuae: 3.0.2 -> 3.0.3R. RyanTM2020-03-22
| | | |
* | | | retroarch/cores.nix: use correct license for gwMatthew Bauer2020-03-21
| | | | | | | | | | | | | | | | This should be zlib the license, not zlib the package.
* | | | retroarch: remove macOS app supportMatthew Bauer2020-03-21
| | | | | | | | | | | | | | | | | | | | | | | | This is badly out of date so requires extra work to get working. Anyway, you can still use it without the menu, with no problem.
* | | | retroarch/cores.nix: cleanupMatthew Bauer2020-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid using overrides unless necessary - Set platform and ARCH by default - Don’t set dontConfigure unless absolutely necessary - Use preBuild instead of overriding entire configurePhase
* | | | retroarch: 1.8.4 -> 1.8.5Matthew Bauer2020-03-21
| | | |
* | | | Revert " Fix init"Matthew Bauer2020-03-21
| | | | | | | | | | | | | | | | This reverts commit e68a4094d22010242e66493a1d5d49bc7e139f0c.
* | | | Fix initKolby Crouch2020-03-15
| | | |
* | | | retroarch: 1.8.1 -> 1.8.4Kolby Crouch2020-03-15
| |_|/ |/| |
* | | caprice32: enable freedesktop entriesBignaux Ronan2020-03-15
| | |
* | | caprice32: 4.5.0 -> 4.6.0Bignaux Ronan2020-03-15
|/ /
* | mednafen-server: convert meta.homepage to an explicit stringAndersonTorres2020-03-03
| |
* | mednafen: 0.9.48 -> 1.22.2AndersonTorres2020-03-03
| |
* | mednaffe: 0.8.6 -> 0.8.8AndersonTorres2020-03-03
| |
* | mgba: 0.8.0 -> 0.8.1AndersonTorres2020-03-02
| |
* | mgba: 0.7.3 -> 0.8.0R. RyanTM2020-03-01
|/
* mame: 0.217 -> 0.218Melissa Goad2020-02-13
|
* Merge pull request #79474 from ashkitten/update-dolphinAaron Andersen2020-02-09
|\ | | | | dolphinEmuMaster: 5.0-11109 -> 5.0-11608
| * dolphinEmuMaster: 5.0-11109 -> 5.0-11608ash lea2020-02-07
| |
* | fceux: 2.2.3 -> 2020-01-29 (#78943)scubed22020-02-08
|/
* Merge pull request #78406 from helsinki-systems/wine-certsMichael Raskin2020-01-30
|\ | | | | wine: Look for root certs at $NIX_SSL_CERT_FILE
| * wine: Look for root certs at $NIX_SSL_CERT_FILEJanne Heß2020-01-24
| | | | | | | | Closes #78365
* | Merge pull request #78493 from r-ryantm/auto-update/attract-modeChristoph Hrdinka2020-01-29
|\ \ | | | | | | attract-mode: 2.2.0 -> 2.6.1
| * | attract-mode: 2.2.0 -> 2.6.1R. RyanTM2020-01-26
| | |
* | | wine-{unstable,staging}: 5.0-rc6 -> 5.0Bernardo Meurer2020-01-27
| | |
* | | wine-stable: 4.0.3 -> 5.0Bernardo Meurer2020-01-27
| |/ |/|
* | winetricks: 20190912 -> 20191224Bernardo Meurer2020-01-20
| |
* | wine-{unstable,staging}: 5.0-rc2 -> 5.0-rc6Bernardo Meurer2020-01-20
| |
* | wine-mono: 4.9.3 -> 4.9.4Bernardo Meurer2020-01-20
| |
* | wine-gecko: 2.47 -> 2.47.1Bernardo Meurer2020-01-20
|/
* Merge pull request #77520 from thefloweringash/libretro-snes9x-srcMatthew Bauer2020-01-13
|\ | | | | libretro.snes9x: 29b78d -> 04692e
| * libretro.snes9x: 29b78d -> 04692eAndrew Childs2020-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has broken git history [1], so the current version cannot be fetched. The required patches have been upstreamed [2], and we hope that upstream will be more careful with their git history. The previous commit can still be viewed on github [3], but is not the ancestor of any fetchable ref. [1] https://github.com/libretro/snes9x/issues/199 [2] https://github.com/snes9xgit/snes9x/pull/588 [3] https://github.com/libretro/snes9x/commit/29b78df8c9f0f48ed4605d08a187a134b3b316d6