3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

110 commits

Author SHA1 Message Date
Anderson Torres f8a27ed69a
Merge pull request #171955 from SuperSamus/emu-cubeb
{citra,duckstation}: fix Cubeb under SDL interface
2022-05-07 17:50:36 -03:00
Martino Fontana a62444153e duckstation: fix Cubeb under SDL interface
https://github.com/NixOS/nixpkgs/issues/171173
2022-05-07 16:27:51 +02:00
Martino Fontana 7699ee4326 citra: fix Cubeb under SDL interface
https://github.com/NixOS/nixpkgs/issues/171173
2022-05-07 16:27:23 +02:00
Sergei Trofimovich 71f10994f2 simh: add -fcommon workaround
Without the change -fno-common toolchains like upstream gcc-10
or clang-11+ fail to build simh as:

    $ nix build --impure --expr 'with import ~/nm {}; simh.override { stdenv = clang13Stdenv; }'
    ...
    ld: /build/pdp11_io-0c74f0.o:(.bss+0x10c00):
      multiple definition of `uc15_memsize'; /build/pdp11_cis-17339e.o:(.bss+0x118): first defined here
    ld: /build/pdp11_io_lib-296a06.o:(.bss+0x8000):
      multiple definition of `uc15_memsize'; /build/pdp11_cis-17339e.o:(.bss+0x118): first defined here
2022-05-07 07:36:11 +01:00
Malo Bourgon 16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
R. Ryantm 022c56fb7d mame: 0.242 -> 0.243 2022-04-30 08:09:32 +00:00
rewine 19429f8f50 ripes: init at 2.2.4 2022-04-29 09:00:25 -05:00
mdarocha 8a67b74064 ryujinx: update dependencies 2022-04-25 07:35:56 +02:00
Anderson Torres 458a8fee0d
Merge pull request #170045 from AndersonTorres/new-misc
x16: 38 -> 40
2022-04-24 13:54:31 -03:00
Thiago Kenji Okada 9a3bee902b
Merge pull request #169619 from thiagokokada/retroarch-bump
retroarch: 1.10.2 -> 1.10.3; libretro: unstable-2022-04-08 -> unstable-2022-04-21
2022-04-24 10:10:21 +01:00
AndersonTorres 97165f331e x16-emulator: 38 -> 40 2022-04-24 00:23:22 -03:00
AndersonTorres 5088ed8640 x16-rom: 38 -> 40 2022-04-24 00:23:22 -03:00
Thiago Kenji Okada aff4beb95e libretro: pass explicit parameters to update_cores.py script
Hope this fixes the issue where sometimes the script calculates the
wrong hash (happening specially in `mame` core).
2022-04-24 02:29:02 +01:00
Thiago Kenji Okada 09d7048059 libretro.dosbox: fix build 2022-04-24 02:29:02 +01:00
Thiago Kenji Okada b511e03b04 libretro: unstable-2022-04-08 -> unstable-2022-04-21 2022-04-24 02:29:01 +01:00
Thiago Kenji Okada d359c16b4a
Merge pull request #169366 from thiagokokada/snes9x-init
snes9x: init at 1.61
2022-04-23 11:34:16 +01:00
Ivar Scholten 51a498e719 yuzu-{ea,mainline}: {2557,953} -> {2690,992} 2022-04-21 20:16:32 +02:00
Thiago Kenji Okada 54f84ac616 retroarch: 1.10.2 -> 1.10.3 2022-04-21 18:30:02 +01:00
Martino Fontana 3f8ac21fda dolphin-emu-{beta,primehack}: fix build 2022-04-21 15:04:14 +02:00
Thiago Kenji Okada d30e9aabf4 snes9x: fix cross-compilation
This is done by importing an old patch from Gentoo's Portage, and also
rebuilding the `configure` script by using `autoreconfHook`
2022-04-21 09:07:45 +01:00
Thiago Kenji Okada 62905f6706 snes9x: init at 1.61
This is done by modifying the current `snes9x-gtk` derivation, including
a new `withGtk` option that when enabled will build the `snes9x-gtk`,
but when disabled will build `snes9x` instead. `snes9x` has less
dependencies than `snes9x-gtk`, having only X11 as a major dependency
and a minor one in ALSA. However, the only audio backend supported is ALSA,
so audio is only available on Linux.

Still, this has less dependencies than the GTK version, so it should be
useful as a minimal version for cross-compilation cases or when
porting to new devices. This also builds in macOS, however as I said
before, shouldn't have any sound there.
2022-04-21 09:04:10 +01:00
AndersonTorres d575f86479 higan: move to bsnes/ subdir 2022-04-17 23:14:25 -03:00
AndersonTorres a603582014 bsnes-hd: move to bsnes/ subdir 2022-04-17 23:11:10 -03:00
AndersonTorres af8c5237d8 ares: move to bsnes/ subdir 2022-04-17 23:09:49 -03:00
Sergei Trofimovich 77a8b9fa82 zesarux: fix build for libcaca-0.99.beta20
Without the change `zesarux` fails build on `master` as:

    scrcaca.c:51:5: error: unknown type name 'cucul_canvas_t'; did you mean 'caca_canvas_t'?
       51 |     cucul_canvas_t *cv; caca_display_t *dp; caca_event_t ev;
          |     ^~~~~~~~~~~~~~
          |     caca_canvas_t
2022-04-15 20:45:12 +01:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Quag b56b2401b8 basiliskii: init at unstable-2022-04-05 2022-04-12 11:10:20 -05:00
R. Ryantm f1521ea573 flycast: 1.2 -> 1.3 2022-04-10 16:26:36 +00:00
Thiago Kenji Okada a8e52a1164
Merge pull request #167978 from thiagokokada/bump-mame
mame: 0.239 -> 0.242, add update script
2022-04-09 20:27:50 +01:00
Thiago Kenji Okada 605ba3fa7b mame: use lua 5.3 2022-04-09 18:53:08 +01:00
R. Ryantm 38a9ef814b ryujinx: 1.1.91 -> 1.1.100 2022-04-09 16:03:05 +00:00
Thiago Kenji Okada 7f4f71d3e7 mame: add patch to disable PDF documentation 2022-04-09 13:36:42 +01:00
Thiago Kenji Okada d186f76cef mame: use system libraries when possible 2022-04-09 12:30:20 +01:00
Thiago Kenji Okada aec46d1e40 mame: 0.239 -> 0.242 2022-04-09 11:31:38 +01:00
Thiago Kenji Okada 876b195ecc mame: add updateScript 2022-04-09 11:31:22 +01:00
Thiago Kenji Okada eab6133b18 libretro: rename script 2022-04-08 23:22:01 +01:00
Thiago Kenji Okada 3c1b148066 libretro: unstable-2022-04-05 -> unstable-2022-04-08 2022-04-08 22:30:52 +01:00
Thiago Kenji Okada 13188121a4 libretro.hatari: simplify build 2022-04-08 22:30:52 +01:00
Thiago Kenji Okada e6acb0c6a8 libretro.citra: fix build 2022-04-08 18:10:28 +01:00
Thiago Kenji Okada 7c4c28b2ca libretro.citra-canary: remove it
Not maintained anymore by upstream.
2022-04-08 17:27:42 +01:00
Thiago Kenji Okada fea4c06ede libretro: unstable-2022-03-09 -> unstable-2022-04-05 2022-04-08 17:27:11 +01:00
Thiago Kenji Okada 19ea6302e3 retroarch: 1.10.1 -> 1.10.2 2022-04-08 17:27:10 +01:00
Thiago Kenji Okada f5241283fd libretro: unstable-2022-01-21 -> unstable-2022-03-09 2022-04-08 17:27:10 +01:00
Thiago Kenji Okada e0eeb37b38 retroarch: 1.10.0 -> 1.10.1 2022-04-08 17:27:10 +01:00
Thiago Kenji Okada 6b4c7368fa retroarchBare: re-add support to Darwin
This still doesn't fix our wrapped retroarch binary, but should be
sufficient to build retroarch+cores in Darwin.
2022-04-08 17:27:10 +01:00
Anderson Torres b1a8ce20dd
Merge pull request #167537 from NickCao/tinyemu-cross
tinyemu: set CC and STRIP in makeFlags
2022-04-07 20:54:55 -03:00
Nick Cao 4623d107eb
tinyemu: set CC and STRIP in makeFlags 2022-04-07 10:10:37 +08:00
06kellyjac 0b94920e89 ryujinx: 1.1.77 -> 1.1.91 2022-04-06 19:21:50 +01:00
R. Ryantm 0a1607729b proton-caller: 2.3.2 -> 3.1.0 2022-04-06 07:07:25 -04:00
ajs124 32e1d67cc6 epsxe: drop 2022-04-04 15:10:45 +01:00