Commit Graph

760 Commits

Author SHA1 Message Date
Thiago Kenji Okada
54d3317d12
Merge pull request #244861 from bjornfor/retroarch-prefer-wrapper-over-patch
retroarch: prefer wrapper over patch
2023-07-24 15:34:03 +00:00
lasers
784edf766b xemu: 0.7.97 -> 0.7.103 2023-07-23 09:17:29 -03:00
Nick Cao
14c78a2356
Merge pull request #244956 from tomodachi94/fix/craftos-pc/tests
craftos-pc: fix tests
2023-07-23 00:16:48 -06:00
Tomo
4851ef974d craftos-pc: fix tests
The tests attempt to import 'grep' with the intention of using
'gnugrep'. This commit resolves that issue.
2023-07-22 19:34:01 -07:00
R. Ryantm
0c7460e9a0 ares: 132 -> 133 2023-07-22 19:12:38 -03:00
Bjørn Forsman
fbab0d0d31 retroarch: prefer wrapper over patch
* Remove the nixpkgs specific patch and configure the install paths
  to assets and core info with the wrapper. (The path to the cores
  themselves is configured in the wrapper, before *and* after this
  change.) Less rebuilds, easier maintenance.
* Remove the withAssets/withCoreInfo parameters from retroarch expr as
  they make little sense to keep now.
* Keep passing --disable-update_assets and --disable-update_core_info
  configure flags, as I think nixpkgs users prefer a declarative setup.
2023-07-22 19:19:11 +02:00
lasers
c8fe7b0ebe cemu: 2.0-44 -> 2.0-45 2023-07-22 03:17:58 -05:00
Thiago Kenji Okada
da865b2b9e
Merge pull request #244339 from bjornfor/retroarch-auto-detect-joypads
retroarch: auto-detect joypads
2023-07-19 14:12:24 +00:00
Sandro
69deaa75e1
Merge pull request #243018 from tjni/nix-prefetch-github 2023-07-19 14:51:30 +02:00
Bjørn Forsman
35c3c81655 retroarch-joypad-autoconfig: init at 1.15.0
https://github.com/libretro/retroarch-joypad-autoconfig

(In preparation for making joypads work out-of-the-box in RetroArch.)
2023-07-19 14:12:19 +02:00
Bjørn Forsman
801cc44765 retroarch: add support for declarative settings
Add a new optional 'settings' attrset to the wrapper derivation, which
gets serialized to a file and passed to RetroArch as --appendconfig= at
runtime. This allows overriding settings from
~/.config/retroarch/retroarch.cfg (which initially gets created as a
dump of all internal retroarch settings -- stateful and messy).
2023-07-19 14:11:34 +02:00
Nick Cao
abea822408
Merge pull request #242595 from lasers/cemu
cemu: 2.0-39 -> 2.0-44
2023-07-19 04:15:30 -06:00
TomaSajt
7b175966e3 Move py65 to python-modules 2023-07-19 06:59:20 -03:00
Theodore Ni
fab2d4d0b4
retroarch: format hashes using new nix-prefetch-github output 2023-07-18 16:55:33 -07:00
Anderson Torres
a28f30282f x16-emulator: mark as broken on ARM 2023-07-17 01:58:05 -03:00
Anderson Torres
d44583b78e x16-emulator: 41 -> 43 2023-07-17 01:58:05 -03:00
Anderson Torres
3e4ce678cb x16-rom: 41 -> 43 2023-07-17 01:58:05 -03:00
github-actions[bot]
73205ff524
Merge master into staging-next 2023-07-15 00:02:34 +00:00
Christian Kögler
e7ec942dea fsuae-launcher: fix find executable 2023-07-14 15:39:54 -03:00
github-actions[bot]
781017eaf1
Merge master into staging-next 2023-07-14 12:01:45 +00:00
Lassulus
fbb315c0c7
Merge pull request #243337 from NetaliDev/vbam-update
vbam: 2.1.5 -> 2.1.6
2023-07-14 11:04:11 +02:00
github-actions[bot]
469798d2dd
Merge master into staging-next 2023-07-14 06:01:28 +00:00
Nick Cao
46a71b5c9e
Merge pull request #243115 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.958 -> 1.1.960
2023-07-13 23:50:46 -06:00
netali
26003af2ec
vbam: 2.1.5 -> 2.1.6 2023-07-13 22:53:35 +02:00
github-actions[bot]
a3b43106c9
Merge master into staging-next 2023-07-13 18:01:24 +00:00
Tobias Mayer
315d100113 boost17x, boost18x: remove aliases 2023-07-13 17:48:33 +03:00
Theodore Ni
209ba9b911
libretro.pcsx2: disable fortify3 hardening flag 2023-07-12 22:24:50 -07:00
R. Ryantm
ba4dab06a0 ryujinx: 1.1.958 -> 1.1.960 2023-07-12 17:46:53 +00:00
PedroHLC ☭
e002e5f453
duckstation: add meta.mainProgram 2023-07-12 10:30:17 -03:00
Anderson Torres
1b81444be1 ares: mark as broken on Darwin 2023-07-11 21:06:22 -03:00
Anderson Torres
8dc06ce8e9 ares: 131 -> 132 2023-07-11 21:06:22 -03:00
R. Ryantm
a5b7dcfd2c ryujinx: 1.1.952 -> 1.1.958 2023-07-11 03:11:18 +00:00
Anderson Torres
b2beb5cc27 xemu: 0.7.96 -> 0.7.97 2023-07-10 19:56:13 -03:00
lasers
ce56202750 cemu: 2.0-39 -> 2.0-44 2023-07-10 00:23:24 -05:00
Anderson Torres
1d7c3a4985 fsuae: refactor
- New rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942);
- remove `with lib;`
2023-07-06 23:34:40 -03:00
Anderson Torres
b5cd0848bf fsuae-launcher: refactor
- New rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942);
- remove `with lib;`
2023-07-06 23:34:40 -03:00
Christian Kögler
ce8ad30fb2 fsuae-launcher: 3.0.5 -> 3.1.68 2023-07-06 23:34:40 -03:00
R. Ryantm
e724e691ee ryujinx: 1.1.942 -> 1.1.952 2023-07-03 18:50:33 +00:00
R. Ryantm
3bb60d94c2 ryujinx: 1.1.900 -> 1.1.942 2023-06-30 13:27:46 +00:00
Sandro
53c58a239d
Merge pull request #240328 from SuperSamus/pcsx2 2023-06-29 15:29:24 +02:00
Martino Fontana
4cf7913ef6 pcsx2: 1.7.4554 -> 1.7.4658
Diff: https://github.com/PCSX2/pcsx2/compare/v1.7.4554...v1.7.4653
2023-06-29 08:14:35 +02:00
Sandro
198bd0a4a7
Merge pull request #239622 from corngood/dotnet-misc
dotnet: misc fixes
2023-06-28 23:41:18 +02:00
K900
e5f1b02bd5
Merge pull request #240057 from K900/wine-wow64
wine: allow building with experimental wow64 mode
2023-06-28 22:50:34 +03:00
R. Ryantm
3060a684c3 mame: 0.255 -> 0.256 2023-06-28 12:45:22 +00:00
Ben Siraphob
834bfd48c5
Merge pull request #232159 from tomodachi94/enhance/craftos-pc/add-tests 2023-06-27 17:41:57 +07:00
K900
51e69b6caf wine: allow building with experimental wow64 mode
Allows running 32-bit applications on 64-bit native Wine, with no 32-bit libs on the system.
Works at least well enough to run pkgsCross.mingw32.hello.
2023-06-27 09:51:22 +03:00
Tomo
9cdeb84cd9 craftos-pc: add basic tests
This ensures that most obvious breakages will be caught before they are
shipped.
2023-06-26 17:33:32 -07:00
Janik
974b43038e
Merge pull request #236976 from amarshall/zip-reproducible 2023-06-27 00:24:36 +02:00
Weijia Wang
d7322a1127
Merge pull request #239251 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.898 -> 1.1.900
2023-06-26 07:11:02 +02:00
Thiago Kenji Okada
1ec5a0f4c8
Merge pull request #239696 from nvmd/init/libretro.2048
libretro.2048: init at unstable-2023-02-20
2023-06-25 11:15:43 +00:00