Commit Graph

943 Commits

Author SHA1 Message Date
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
Peder Bergebakken Sundt
db9269399b
Merge pull request #264329 from SuperSamus/flycast-update
flycast: 2.1 -> 2.2
2023-11-10 23:14:54 +02:00
K900
df4b33d97f yuzu: 1595 -> 1611, yuzu-ea: 3940 -> 3966 2023-11-05 21:08:40 +03:00
Anderson Torres
8cc7aad8c8 zesarux: migrate to by-name 2023-11-04 22:18:10 -03:00
Bjørn Forsman
05a15bfcfb libretro.pcsx2: avoid $NIX_BUILD_TOP
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: fe330c57da ("retroarchFull: fix pcsx2 core installation")
2023-11-04 11:28:55 +01:00
Peder Bergebakken Sundt
942908f7f5
Merge pull request #265039 from trofi/zsnes-fortify3-amend
zsnes: amend fortify3 patch and fix initialization
2023-11-02 20:28:28 +01:00
Weijia Wang
75d9610e73
Merge pull request #264325 from kirillrdy/dolphin-emu
dolphin-emu: fix build, use bundled zlib-ng
2023-11-02 16:44:14 +01:00
Sergei Trofimovich
b867bc357a zsnes: amend fortify3 patch and fix initialization
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-02 14:58:13 +00:00
Peder Bergebakken Sundt
5628bfe7ba
Merge pull request #263444 from trofi/zsnes-zlib-1.3-fix
zsnes: fix build against zlib-1.3
2023-11-02 14:56:51 +01:00
Sergei Trofimovich
0e0863ee38 zsnes: fix buffer size marking to avoid crash on _FORTIFY_SOURCE=3
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-02 12:40:33 +00:00
Franz Pletz
768e973f39
Merge pull request #251662 from OPNA2608/update/box64-0.2.4-adjustments 2023-11-01 17:40:15 +01:00
Kirill Radzikhovskyy
72052b6f3e dolphin-emu: switch to zlib, zlib-ng fails to link 2023-10-31 14:14:19 +11:00
R. Ryantm
e2c89cb7d3 mame: 0.259 -> 0.260 2023-10-31 00:39:36 +00:00
Martino Fontana
44dc3d47d4 flycast: 2.1 -> 2.2 2023-10-30 11:13:45 +01:00
Thiago Kenji Okada
590a63f57f
Merge pull request #263751 from thiagokokada/remote-libretro-beetle-snes
libretro.beetle-snes: remove
2023-10-28 06:53:21 +01:00
Herwig Hochleitner
a5e03844dc
Merge pull request #260091 from bendlas/fix-cdemu-service
cdemu: fix service setup
2023-10-27 14:46:57 +02:00
Thiago Kenji Okada
0b4a52d974 libretro: remove unnecessary requests from update_cores.py script 2023-10-27 10:43:33 +01:00
Thiago Kenji Okada
ef51849e0b libretro.beetle-snes: remove
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-27 10:41:52 +01:00
Thiago Kenji Okada
46d2a45802
Merge pull request #263497 from amarshall/libretro-mame2015-2016
libretro.mame2015 & libretro.mame2016: fix build
2023-10-26 09:06:14 +01:00
Andrew Marshall
98dc4cfa9c libretro.mame2016: fix build on Python 3.11+
Since Python 3.11, `open()` etc. no longer accept `U` flag.
2023-10-25 22:29:12 -04:00
Andrew Marshall
0b8da5fde3 libretro.mame2015: fix build on Python 3.11+
Since Python 3.11, `open()` etc. no longer accept `U` flag.
2023-10-25 22:26:25 -04:00
Sergei Trofimovich
ef34e71d89 zsnes: fix build against zlib-1.3
Without the change builda fails on `master` as
https://hydra.nixos.org/build/238481288/nixlog/3:

    checking for zlib - version >= 1.2.3... 1.3, bad version string given
        by zlib, sometimes due to very old zlibs that didnt correctly
        define their version. Please upgrade if you are running an
        old zlib... no

The failure happens due to 2-digit zlib version string.
Add a trivial change to allow 2-digit support in addition to existing
3-digit ones..
2023-10-25 22:49:52 +01:00
R. Ryantm
c7c126f2ef xemu: 0.7.111 -> 0.7.116 2023-10-24 08:45:35 -03:00
Weijia Wang
cddf3ed1df
Merge pull request #258922 from t4ccer/t4/fix-blink
blink: fix build
2023-10-24 08:00:23 +02:00
Weijia Wang
8f70cfa07b
Merge pull request #261959 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.1044 -> 1.1.1053
2023-10-21 23:49:21 +02:00
K900
bca892f7cf yuzu: 1579 -> 1595, yuzu-ea: 3911 -> 3940 2023-10-20 21:29:16 +03:00
R. Ryantm
78d87ea07c ryujinx: 1.1.1044 -> 1.1.1053 2023-10-19 04:17:09 +00:00
R. Ryantm
25667e7bf1 _86Box: 4.0 -> 4.0.1 2023-10-17 09:15:01 +00:00
soyouzpanda
5610ab2cae
emulationstation: 2.0.1a -> 2.11.2 2023-10-16 14:09:40 +02:00
Anderson Torres
ee255dd1bb ppsspp: migrate to by-name 2023-10-13 12:31:01 -03:00
Weijia Wang
7a13058179
Merge pull request #259219 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.1012 -> 1.1.1044
2023-10-13 04:07:00 +02:00
Sander van der Burg
2d1830dc22 fs-uae-launcher: fix F12 menu in a running emulator session
Adding the shared/ folder allows fs-uae to find the icons
2023-10-12 15:05:01 -03:00
Anderson Torres
2995ee4d63 dosbox-staging: migrate to by-name 2023-10-11 23:42:04 -03:00
Cédric Barreteau
a06283d033 wineasio: 1.1.0 -> 1.2.0 2023-10-10 13:05:36 -04:00
Artturi
4434db32ea
Merge pull request #258301 from hughobrien/dosbox-x 2023-10-10 11:20:25 +03:00
Herwig Hochleitner
13364f124a cdemu: fix service setup
closes https://github.com/NixOS/nixpkgs/issues/154613
2023-10-10 00:23:27 +02:00
Hugh O'Brien
464c8ec98f
dosbox-x: init at v2023.10.06 2023-10-09 17:57:33 -04:00
K900
456c78708d wine-staging: 8.17 -> 8.17.1
Upstream rebased the patches wrong, so here's a hotfix release.
2023-10-08 10:58:03 +03:00
Randy Eckenrode
3a525b4426
Merge pull request #258171 from SuperSamus/wine-update
winePackages.{unstable,staging}: 8.14 -> 8.17
2023-10-07 17:56:16 -04:00
K900
d58e8ca21f yuzu: 1569 -> 1579, yuzu-ea: 3897 -> 3911 2023-10-07 15:06:33 +03:00
Sander van der Burg
b909526ffa vice: use GTK+-3 UI and use included desktop files
The GTK+ UI is the recommended UI by the developers. It also fixed the x128 emulator from crashing. Moreover, the GTK+ UI also includes desktop files, so we should use these instead of our own.
2023-10-06 21:39:48 +02:00
R. Ryantm
3ebcff37ed ryujinx: 1.1.1012 -> 1.1.1044 2023-10-05 16:15:37 +00:00
Thiago Kenji Okada
2462aefa6d
Merge pull request #259024 from zeuner/pcsx2-fix
retroarchFull: fix pcsx2 core installation
2023-10-04 19:21:58 +01:00
Isidor Zeuner
fe330c57da retroarchFull: fix pcsx2 core installation 2023-10-04 18:26:55 +02:00
t4ccer
ac1085548e
blink: fix build 2023-10-04 09:06:09 -06:00
Thiago Kenji Okada
29fb8ca4c6
Merge pull request #258848 from r-ryantm/auto-update/retroarchBare
retroarchBare: 1.16.0 -> 1.16.0.3
2023-10-04 00:06:35 +01:00
R. Ryantm
d69860bf7f retroarchBare: 1.16.0 -> 1.16.0.3 2023-10-03 18:36:29 +00:00
Anderson Torres
ed77460cc1 duckstation: unstable-2023-04-14 -> unstable-2023-09-30
- Add libbacktrace
- Remove mesa
- Circumvent git dependency
2023-10-03 14:21:13 -03:00
R. Ryantm
c987b40da5 mame: 0.258 -> 0.259 2023-10-03 10:38:18 +00:00
R. Ryantm
5d861cc172 ppsspp-qt: 1.16.2 -> 1.16.5 2023-10-01 09:12:05 -03:00