about summary refs log tree commit diff
path: root/pkgs/applications/emulators
AgeCommit message (Collapse)AuthorFilesLines
2023-12-16mame: 0.260 -> 0.261R. Ryantm1-2/+2
2023-12-15Merge pull request #274258 from K900/fresh-fruitK9001-7/+7
yuzu: 1639 -> 1651, yuzu-ea: 4003 -> 4019
2023-12-14yuzu: 1639 -> 1651, yuzu-ea: 4003 -> 4019K9001-7/+7
2023-12-14vbam: 2.1.7 -> 2.1.8netali1-2/+2
2023-12-11Merge pull request #268215 from t4ccer/t4/fix-static-blinkRick van Schijndel1-0/+9
blink: Fix static compilation
2023-12-10winePackages.{unstable,staging}: 8.20 -> 9.0-rc1Martino Fontana1-5/+5
2023-12-03Merge pull request #271207 from OPNA2608/fix/dosbox-x_modemWeijia Wang2-0/+22
{dosbox,dosbox-x}: Fix modem & IPX support, fix crash with Windows 3.0
2023-12-02yuzu: 1611 -> 1639, yuzu-ea: 3966 -> 4003K9001-7/+7
2023-11-30dosbox-x: Fix stash smashing when launching Windows 3.0OPNA26081-0/+16
2023-11-30dosbox: Fix modem & IPX supportOPNA26081-0/+3
2023-11-30dosbox-x: Fix modem & IPX supportOPNA26081-0/+3
2023-11-27libretro: fix meta.license attributeThiago Kenji Okada1-16/+32
See issue #269788.
2023-11-27Merge pull request #264157 from SuperSamus/citra-updatePeder Bergebakken Sundt2-48/+69
citra: nightly 1963 -> 2043, canary 2573 -> 2695
2023-11-26Merge pull request #269237 from vs49688/rpcs3-updatePeder Bergebakken Sundt5-190/+0
rpcs3: 0.0.28-15409-fd6829f75 -> 0.0.29-15726-ebf48800e
2023-11-24citra: nightly 1963 -> 2043, canary 2573 -> 2695Martino Fontana2-48/+69
2023-11-23darling: unstable-2023-05-02 -> unstable-2023-11-07Peder Bergebakken Sundt1-3/+6
2023-11-23rpcs3: 0.0.28-15409-fd6829f75 -> 0.0.29-15726-ebf48800eZane van Iperen5-190/+0
Also convert to pkgs/by-name. Closes #268112
2023-11-21Merge pull request #269070 from r-ryantm/auto-update/xemuNick Cao1-2/+2
xemu: 0.7.116 -> 0.7.117
2023-11-21xemu: 0.7.116 -> 0.7.117R. Ryantm1-2/+2
2023-11-21Merge pull request #265741 from FlorianFranzen/cemu_2.0-59Nick Cao1-2/+4
cemu: 2.0-47 -> 2.0-59
2023-11-19Merge pull request #254445 from FraGag/kega-fusion-add-libGLArtturi1-2/+2
2023-11-18Merge pull request #263014 from r-ryantm/auto-update/wine64Packages.unstable7c6f434c4-18/+36
wine64Packages.unstable: 8.17 -> 8.20
2023-11-18wine64Packages.minimal: mark broken on DarwinRandy Eckenrode1-0/+1
Darwin requires MinGW to build Wine because clang does not support `-mabi=ms`, which is required when building without MinGW .
2023-11-18wineWow64Packages: fix build on DarwinRandy Eckenrode1-4/+7
2023-11-18wine64Packages: 8.17 -> 8.20Randy Eckenrode4-15/+29
https://www.winehq.org/announce/8.18 https://www.winehq.org/announce/8.19 https://www.winehq.org/announce/8.20
2023-11-17blink: Fix static compilationt4ccer1-0/+9
2023-11-17Merge pull request #267909 from michaelhthomas/firebird-emu/darwinWeijia Wang1-7/+21
firebird-emu: support darwin
2023-11-17firebird-emu: support darwinMichael Thomas1-7/+21
firebird-emu supports darwin, but the derivation has not been tested on macOS. This commit adds darwin support to the derivation, with the necessary tweaks to support building for a darwin target. Namely, adds a workaround for https://github.com/NixOS/nixpkgs/issues/19098, and adds a missing dependency, qtquickcontrols. Also, adds a postInstall hook which moves the MacOS .app file to the Applications/ folder in the store, enabling proper linking to /Applications or ~/Applications and appearance in Spotlight and Launchpad.
2023-11-16Merge #266756: dosbox: fix build with clang 16Vladimír Čunát1-0/+9
...into staging-next
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-2/+2
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11dosbox: fix build with clang 16Weijia Wang1-0/+9
2023-11-10Merge pull request #264329 from SuperSamus/flycast-updatePeder Bergebakken Sundt1-29/+11
flycast: 2.1 -> 2.2
2023-11-07cemu: 2.0-47 -> 2.0-59Florian Franzen1-2/+4
2023-11-05yuzu: 1595 -> 1611, yuzu-ea: 3940 -> 3966K9001-7/+7
2023-11-04zesarux: migrate to by-nameAnderson Torres1-97/+0
2023-11-04libretro.pcsx2: avoid $NIX_BUILD_TOPBjørn Forsman1-1/+1
Using $NIX_BUILD_TOP in a Nix expression break under nix-shell (or when using nativeBuildInputs = [ keepBuildTree ]), so let's avoid it. Ref. https://github.com/NixOS/nixpkgs/issues/189691 Fixes: fe330c57da8bdd98 ("retroarchFull: fix pcsx2 core installation")
2023-11-02Merge pull request #265039 from trofi/zsnes-fortify3-amendPeder Bergebakken Sundt1-9/+0
zsnes: amend fortify3 patch and fix initialization
2023-11-02Merge pull request #264325 from kirillrdy/dolphin-emuWeijia Wang1-3/+3
dolphin-emu: fix build, use bundled zlib-ng
2023-11-02zsnes: amend fortify3 patch and fix initializationSergei Trofimovich1-9/+0
I was too eager fixing out-of-bounds access and did not notice that loop increment is `+= 4` instead of `+= 1`. The loop condition was fine as is.
2023-11-02Merge pull request #263444 from trofi/zsnes-zlib-1.3-fixPeder Bergebakken Sundt3-0/+75
zsnes: fix build against zlib-1.3
2023-11-02zsnes: fix buffer size marking to avoid crash on _FORTIFY_SOURCE=3Sergei Trofimovich2-1/+33
Without the change `zsnesn` startup crashes with: $ gdb zsnes *** buffer overflow detected ***: terminated ... #7 0x08057c14 in memset (__len=2, __ch=255, __dest=<optimized out>) at ...-glibc-2.38-23-dev/include/bits/string_fortified.h:59
2023-11-01Merge pull request #251662 from OPNA2608/update/box64-0.2.4-adjustmentsFranz Pletz1-15/+34
2023-10-31dolphin-emu: switch to zlib, zlib-ng fails to linkKirill Radzikhovskyy1-3/+3
2023-10-31mame: 0.259 -> 0.260R. Ryantm1-2/+2
2023-10-30flycast: 2.1 -> 2.2Martino Fontana1-29/+11
2023-10-28Merge pull request #263751 from thiagokokada/remote-libretro-beetle-snesThiago Kenji Okada3-18/+1
libretro.beetle-snes: remove
2023-10-27Merge pull request #260091 from bendlas/fix-cdemu-serviceHerwig Hochleitner1-1/+9
cdemu: fix service setup
2023-10-27libretro: remove unnecessary requests from update_cores.py scriptThiago Kenji Okada1-1/+1
2023-10-27libretro.beetle-snes: removeThiago Kenji Okada3-17/+0
Broken in master right now, not updated since 2022-04-06. Also, it is based in a really old bsnes core (0.59), while we have lots of other up-to-date alternatives in libretro (bsnes, bsnes-hd, bsnes-mercury). Fixes: #263622
2023-10-26Merge pull request #263497 from amarshall/libretro-mame2015-2016Thiago Kenji Okada3-0/+137
libretro.mame2015 & libretro.mame2016: fix build