Commit Graph

366 Commits

Author SHA1 Message Date
Martino Fontana
f5093f3eb6 dolphin-emu-beta: small cleanup 2022-11-13 01:47:45 +01:00
Sandro
9f0ebc3f63
Merge pull request #197980 from SuperSamus/dolphin-emu-mainprogram 2022-11-13 01:40:54 +01:00
Sandro
a6e71d9a7e
Merge pull request #194215 from SuperSamus/wine 2022-11-11 01:46:38 +01:00
Thiago Kenji Okada
c5668943cd mame: some improvements
- Do not depend on `dist.mak` during installPhase anymore, instead
  packaging everything manually. This removes the necessity of a
  patching it, and also we have more control
- Use system's sqlite instead of the bundled one
- General clean-up
2022-11-10 12:30:43 +00:00
Anderson Torres
40962b461b
Merge pull request #200300 from thiagokokada/mame-tools-init
mame-tools: init at 0.249
2022-11-10 07:45:00 -03:00
Thiago Kenji Okada
b89efbd9a4 mame-tools: init at 0.249
This commit adds a new `tools` output to `mame` and move all
non-emulator binaries to it. This is because some of those binaries
(e.g.: chdman) are useful outside of the MAME, and the MAME binary is
really big. So if you only want to use some of the MAME tools, this will
reduce the download size needed for it.

The `tools` output is declared as `mame-tools` inside
`all-packages.nix`, for easier discovery.

This is similar to how other distros packages MAME, e.g.: on Arch Linux
we have `mame` and `mame-tools`.
2022-11-10 09:47:54 +00:00
OPNA2608
04a590b89a np2kai: Fix build 2022-11-08 21:14:28 +01:00
Sergei Trofimovich
eccb0a9b80 zsnes: pin to c++14 to fix build with gcc-11
Without the change build on `master` fails as:

    jma/jma.h:67:28: error: ISO C++17 does not allow dynamic exception specifications
       67 |     jma_open(const char *) throw(jma_errors);
          |                            ^~~~~

ZHF: https://github.com/NixOS/nixpkgs/issues/199919
2022-11-06 23:57:58 +00:00
Christian Kögler
d6fcc6fd1d
Merge pull request #199295 from rhendric/rhendric/wine-wayland
wine-wayland: 7.0-rc2 -> 7.20
2022-11-05 21:58:01 +01:00
Ryan Hendrickson
98550c8dfa wine-wayland: 7.0-rc2 -> 7.20 2022-11-04 11:41:42 -04:00
Zhaofeng Li
135d16e72f cemu: 2.0-10 -> 2.0-13 2022-11-04 02:39:04 -06:00
Martino Fontana
e1b3ee8b43 dolphin-emu-beta: fix mainProgram on Linux 2022-11-03 14:04:04 +01:00
R. Ryantm
5e30a15bf0 rpcs3: 0.0.24-14337-5210df688 -> 0.0.25-14358-a00f9e421 2022-11-02 06:16:23 +00:00
Anderson Torres
c5f073cb0c
Merge pull request #198797 from SuperSamus/mgba-desktop
mgba: don't create desktop file
2022-11-01 14:42:55 -03:00
Martino Fontana
a90a880943 wine{Unstable,Staging}: 7.19 -> 7.20 2022-11-01 11:20:18 +01:00
Stefan Frijters
1266a4dff5 vkd3d: 1.4 -> 1.5 2022-11-01 11:05:59 +01:00
Stefan Frijters
5f113c0a80 wine{Unstable,Staging}: 7.18 -> 7.19 2022-11-01 11:05:59 +01:00
Stefan Frijters
8ef33c9c53 wine{Unstable,Staging}: 7.17 -> 7.18 2022-11-01 11:05:59 +01:00
Thiago Kenji Okada
21fdd3855b
Merge pull request #198590 from zhaofengli/cemu-wiiu
cemu: init at 2.0-10
2022-10-31 20:48:52 +00:00
Zhaofeng Li
ced4404934 cemu: init at 2.0-10 2022-10-31 14:03:26 -06:00
Martino Fontana
d5769b9d91 mgba: don't create desktop file 2022-10-31 16:30:50 +01:00
Thiago Kenji Okada
b28f6cc8a3 mame: general improvements
- Fix desktop item
- Remove hardeningDisable
- Add icon
- Add pre/postInstall hooks
- Use libsForQt5 instead of libsForQt514
- Unmark broken in aarch64-linux
2022-10-31 08:48:08 -05:00
AndersonTorres
c6cbeab8bc bochs: cosmetical rewrite 2022-10-30 15:48:35 -03:00
Thiago Kenji Okada
1ec96f776b
Merge pull request #198271 from thiagokokada/retroarch-improvements
retroarch,libretro: general improvements
2022-10-29 20:09:25 +01:00
Anderson Torres
ac44ef87ab
Merge pull request #197698 from kototama/update-uxn-version
uxn: 0.pre+unstable=2021-08-30 -> unstable-2022-10-22
2022-10-29 15:39:21 -03:00
Thiago Kenji Okada
f44ef6482d
Merge pull request #198473 from bzizou/mame
mame: 0.243 -> 0.249
2022-10-29 18:14:18 +01:00
Bruno Bzeznik
0ea558b4ff mame: 0.243 -> 0.249 2022-10-29 17:57:32 +01:00
Thiago Kenji Okada
784c363bd0 retroarch: use libretro-core-info, simplify patch
A smaller patch should make easier to bump this package in the future.
2022-10-29 12:36:58 +01:00
Thiago Kenji Okada
eb2992e8f8 libretro-core-info: init at 1.12.0 2022-10-28 23:52:01 +01:00
Thiago Kenji Okada
87af66df78 retroarch: drop all Darwin related code
Darwin support in retroarch was broken for a long time, and it is
getting worse with each subsequent update. Upstream abandoned
`./configure` usage in macOS systems too for a Xcode build system.

So if we want to get back decent support for retroarch in Darwin, we
should migrate it to use Xcode. For now, let's just remove all this code
that is not working.
2022-10-28 21:31:39 +01:00
Weijia Wang
a166b35110 bochs: unbreak on darwin 2022-10-28 22:22:56 +02:00
Thiago Kenji Okada
cb5179db83 retroarch: refactor wrapper to use symlinkJoin 2022-10-28 16:33:26 +01:00
Thiago Kenji Okada
64ae43e9e5 libretro: refactor mkLibretroCore function
Separate it on its own separate file, remove some unnecessary
parameters and allow more flexibility.
2022-10-28 16:33:24 +01:00
Thiago Kenji Okada
27b6e16af7 retroarch: unbundle some dependencies 2022-10-28 12:45:00 +01:00
Thiago Kenji Okada
323487fa87 retroarch: use libretroCoreInfo version v1.12.0 2022-10-28 12:41:07 +01:00
Kototama
2fd3f4515b uxn: add new maintainer 2022-10-28 11:51:46 +02:00
Kototama
3af72c9c07 uxn: 0.pre+unstable=2021-08-30 -> unstable-2022-10-22 2022-10-28 11:51:46 +02:00
Thiago Kenji Okada
f0260475c7
Merge pull request #197824 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.24-14289-0da81d22d -> 0.0.24-14337-5210df688
2022-10-26 16:01:45 +01:00
R. Ryantm
b28847a126 rpcs3: 0.0.24-14289-0da81d22d -> 0.0.24-14337-5210df688 2022-10-26 03:18:51 +00:00
R. Ryantm
230cabb34a ryujinx: 1.1.257 -> 1.1.327 2022-10-26 03:12:14 +00:00
github-actions[bot]
71e4896d63
Merge master into staging-next 2022-10-22 12:01:25 +00:00
R. Ryantm
f8026322c6 rpcs3: 0.0.24-14263-0737c788f -> 0.0.24-14289-0da81d22d 2022-10-22 16:16:54 +08:00
github-actions[bot]
bbaff9a043
Merge master into staging-next 2022-10-19 12:01:22 +00:00
Thiago Kenji Okada
c6e757f7c9
Merge pull request #196623 from thiagokokada/bump-retroarch
retroarch: 1.11.0 -> 1.12.0
2022-10-19 10:15:36 +01:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Stefan Frijters
d86ccab260
wine: remove unrecognized flag --with-vkd3d
`configure: WARNING: unrecognized options: --with-vkd3d`

Removed upstream in 9d56ca72fe
2022-10-19 00:11:12 +02:00
Thiago Kenji Okada
4a4b445f4a libretro: unstable-2022-10-01 -> unstable-2022-10-18 2022-10-18 22:51:07 +01:00
Thiago Kenji Okada
8dc48de275 retroarch: 1.11.0 -> 1.12.0 2022-10-18 22:51:07 +01:00
R. Ryantm
58c515211f rpcs3: 0.0.24-14241-92b08a4fa -> 0.0.24-14263-0737c788f 2022-10-18 20:54:10 +08:00
github-actions[bot]
f52955a521
Merge master into staging-next 2022-10-16 18:01:42 +00:00