Commit graph

32867 commits

Author SHA1 Message Date
Tomáš Kelemen
6341bf6800
Update RPi kernel/firmware + add support for non-standard modes in VEC (#1493)
* RPi: update kernel/firmware to 20210831

* linux-rpi: add patch to allow non-standard modes in VEC
2021-09-08 04:37:44 +03:00
Tomáš Kelemen (vudiq)
fc2b556572 drop obsolete playlist/core association
settings `playlist_names` and `playlist_cores` are not used by RetroArch
anymore, default core for a playlist is not stored in `retroarch.cfg`.
2021-09-07 21:27:20 +02:00
David Lawson
3f2233cb46
mupen64plus: remove old core (#1489) 2021-09-07 21:20:06 +02:00
Tomáš Kelemen (vudiq)
af049ca37a GPICase/PiBoyDmg: disable widgets in RetroArch
the text in the widgets is not legible
fixes #1448
2021-09-07 21:06:26 +02:00
David Lawson
8691fb5d6f
mupen64plus-nx: add wildcard to catch all rpi4 variants (#1491) 2021-09-07 20:43:46 +02:00
David Lawson
fe70656416
RPi4-PiBoyDmg: change default menu to rgui (#1490)
I think this works better on small screens
2021-09-07 20:43:17 +02:00
Tomáš Kelemen
b753512546
Generic N64 cores: add RSP / RDP dynarec (#1487)
* parallel-n64: enable RSP dynarec for Generic

* mupen64plus_next: enable RDP and RSP dynarec
2021-09-07 00:01:05 +03:00
David Lawson
44ff0add1b
Add support for RPi4 PiBoy DMG (#1486)
* RPi4-PiBoyDmg: copy rpi4 device

* RPi4-PiBoyDmg: add device specific settings to distroconfig.txt

* RPi4-PiBoyDmg: change RPi4 tests to only check the first four characters

* RPi4-PiBoyDmg: add xpi_gamecon package

* RPi4-PiBoyDmg: add joypad autoconfig

* RPi4-PiBoyDmg: add some retroarch config customisations

* RPi4-PiBoyDmg: add to build_all.sh
2021-09-06 16:06:52 +03:00
Tomáš Kelemen (vudiq)
21b4005491 retroarch: add define for nightly builds 2021-09-05 19:03:39 +02:00
gouchi
97b16edc46
fontconfig: Add RetroArch fonts to font path (#1485) 2021-09-05 17:41:56 +03:00
Tomáš Kelemen (vudiq)
5eafaacd92 Update to RetroArch 1.9.9 + cores to latest 2021-09-05 10:01:25 +02:00
Tomáš Kelemen (vudiq)
95dec737ea duckstation: update binary core 2021-09-04 20:10:32 +02:00
Tomáš Kelemen (vudiq)
b2487adf0a libretro: update to latest + rebase patches 2021-09-04 12:42:07 +02:00
Tomáš Kelemen (vudiq)
56182dabce iMX6/retroarch: remove sound patch 2021-09-04 07:52:45 +02:00
Tomáš Kelemen (vudiq)
aaef35ee35 Lakka: bump version for next release 2021-09-03 20:56:50 +02:00
Tomáš Kelemen (vudiq)
e35e862ebc retroarch: use 1.9.8 release commit 2021-09-03 20:49:41 +02:00
Tomáš Kelemen (vudiq)
02d6848c61 swanstation: use git, fix dependencies 2021-09-03 20:49:21 +02:00
Tomáš Kelemen (vudiq)
a415de504b stella (patch): do not use static libgcc/libstc++
fixes #1470
2021-09-03 20:44:06 +02:00
Tomáš Kelemen (vudiq)
4988637fb0 RA_PLAYLIST_CORES: remove out-of-order entry 2021-09-03 20:42:20 +02:00
gouchi
c2c82f677c
swanstation: Keep date as package version (#1483)
[Source](https://github.com/kivutar/swanstation/tags)
2021-09-03 17:56:38 +02:00
Demetris Ierokipides
db503f6a4f Bump all libretro cores & retroarch to > v1.9.8
- 30/Aug/21
2021-08-30 01:44:11 +03:00
Ntemis
497be543ed Add dosbox-pure 2021-08-27 22:20:59 +02:00
Francesco Brozzu
3eec7f98c8
RPi: Add RTL8192CU (#1471) 2021-08-26 18:00:47 +03:00
Ntemis
5e79d194b0 Bump lts kernel to 5.10.60 2021-08-23 23:58:20 +03:00
gouchi
ff724e3eb7
play : update play core (#1469) 2021-08-22 16:27:25 +03:00
Demetris Ierokipides
fdba315e60 Add crocus support for intel 2021-08-21 01:46:35 +03:00
David Lawson
42a0edceba
Update mesa to 21.2.1 and enable crocus (#1453)
* mesa: update to 21.2.1

* libdrm: update to 2.4.107

* pcsx2: add opengl as a dependency

* graphics/mesa: enable new crocus driver
2021-08-21 01:02:40 +03:00
Tomáš Kelemen
953c56c5c7
duckstation: use specific version of the binary core (#1464)
* duckstation: use specific version of the core

now it is possible to use specific version of the core based on the
published changelog and regular fetching of the binaries to the Lakka
mirror server

* libretro_update.sh: do not update PKG_VERSION to blank value

when the ls-remote command returns an error, do not update PKG_VERSION
with a blank value. happens for packages that do not use a git
repository (e.g. duckstation at the moment)
2021-08-21 01:01:41 +03:00
Tomáš Kelemen (vudiq)
d3f784bb0a gcc: add patch with missing curly braces 2021-08-19 22:28:49 +02:00
Ntemis
64852c042f Vice: Fix linking and restore x64 target 2021-08-16 23:39:36 +02:00
Ntemis
aa99f5444d Use different upstream swanstation with libretro support 2021-08-16 04:09:09 +02:00
Demetris Ierokipides
03d3ca6e57 gcc: bump to v9.4 2021-08-16 02:18:18 +02:00
gouchi
bf818be05b
ppsspp : enable vk_khr_display for vulkan (#1462) 2021-08-15 20:23:56 +03:00
gouchi
5dbc816e16
pcsx2 : add pcsx2 libretro core (#1461) 2021-08-15 20:23:31 +03:00
gouchi
86dcfc8002
libaio : Add libaio.so to sysroot and install (#1460) 2021-08-15 17:03:36 +03:00
David Lawson
aec67855af
duckstation: add for arm, x86_64 (#1459) 2021-08-14 13:56:42 +03:00
David Lawson
a2103ce04d
duckstation: add binary core (#1455)
Works on rpi4 at least.

There's a bit of a caveat when it comes to versions and re-building in that it won't get redownloaded unless we change the (arbitrary) PKG_VERSION or delete the .stamps and build directories
2021-08-11 00:08:57 +03:00
David Lawson
e8b17917b0
Update vulkan-* to 1.2.187 (#1451)
* vulkan-headers: update to 1.2.187

* vulkan-loader: update to 1.2.187

* vulkan-tools: update to 1.2.187
2021-08-10 22:12:23 +03:00
David Lawson
6de244a075
Update rpi kernel and firmware (#1452)
* linux: update rpi kernel to latest

* bcm2835-bootloader: update to latest

* bcm2835-driver: update to latest
2021-08-10 22:12:17 +03:00
David Lawson
7097f98c64
rpi4: disable 4k output on upgrades too (#1454)
It was done here: 58dafbe511

but that might get overwritten with this version
2021-08-10 22:12:09 +03:00
Demetris Ierokipides
4114e2d78c Vice: Bump package and switch x64 to x64sc
In readme states:
x64, the old and less accurate C64 emulator, is no more built by default
Also states that x64sc, a C64 emulator is focused on accuracy!
2021-08-08 02:50:32 +03:00
Demetris Ierokipides
9eb3cf2dfc Unlock fuse core for all arch
closes https://github.com/libretro/Lakka-LibreELEC/issues/1445
2021-08-06 22:30:59 +03:00
Tomáš Kelemen (vudiq)
36aa2341b1 puae: copy floppy sounds to image 2021-08-05 18:20:01 +02:00
Tomáš Kelemen (vudiq)
be8ab7bc51 puae: revert to older version
this commit is also used by EmuELEC and seems to work as expected
fixes #1441
2021-08-05 18:05:32 +02:00
Tomáš Kelemen (vudiq)
82261d9a5b uae4arm: keep LTO 2021-08-01 12:19:15 +02:00
Tomáš Kelemen (vudiq)
ec19dc8ac5 vice: update description, keep LTO & CLFAGS
fixes #1440
2021-08-01 12:17:33 +02:00
Tomáš Kelemen (vudiq)
18dccacb6e puae: change description, allow on all platforms
fixes #1440
2021-08-01 11:59:16 +02:00
Tomáš Kelemen (vudiq)
27047363cb pkg_all: fix typo 2021-08-01 11:20:32 +02:00
Tomáš Kelemen (vudiq)
2b55ec2ac4 Lakka: bump version to 3.3 2021-07-29 19:19:34 +02:00
Tomáš Kelemen (vudiq)
734ff81ff7 mesa: update to 21.1.6 2021-07-29 19:19:03 +02:00