Commit graph

9 commits

Author SHA1 Message Date
David Lawson
cdd770d78f
Rpi kernel update to hopefully fix composite out (#1273)
* rpi: update kernel

* Remove Gamegirl support
2021-04-23 01:31:36 +03:00
Seth Barberee
cdd7049f7b
update libretro cores (#1122)
* update libretro cores

* update atari800

* update tic80

* fix indent

* disable threaded renderer on arm

* update ignore sdl patch

* make: fix compile issues and update package from LE

* duckstation: repoint to libretro and update. upstream doesn't support libretro core anymore

* pcsx_rearmed: updated and removed unneeded patch

* libretro cores: update all cores

* melonds: fix patch error

* lutro: drop unneeded patch and update

* mu: revert back to make and fix directory references for building/copying core

* beetle-psx: pick version before static c++ until figure out linking

* bsnes2014: fix up copy build error

* bsnes-mercury: fixup copy build error
2021-03-10 22:12:37 +02:00
gouchi
569eb28526
libretro: update to latest core and latest stable RetroArch (#958) 2020-06-19 17:30:06 +03:00
Tomas Kelemen (vudiq)
3e5dc767ac libretro update (port of #764) 2019-09-13 20:50:24 +02:00
Tomas Kelemen (vudiq)
199b7b47ff openlara: enable for all targets
except RPi4 - does not build, conflicting declarations
2019-07-13 18:13:54 +02:00
Tomas Kelemen (vudiq)
464dc84917 Generic: add 32bit support 2019-07-12 22:06:48 +02:00
Tomas Kelemen (vudiq)
9cd598b0e1 libretro-cores: add OPENGL/ES dependency
packages are built in paralell based on the PKG_DEPENDS_* dependencies,
so when toolchain is finished building, the build system may start
building a core depending on OPENGL/ES without the OPENGL/ES package
being available to the build system. hence the PKG_DEPENDS_TARGET are
now including OPENGL/ES dependency where necessary (hopefully I did no
miss any core)
2019-07-10 13:38:25 +02:00
Tomas Kelemen (vudiq)
95b7463a6d Lakka: drop Slice/Slice3 support 2019-07-05 21:54:39 +02:00
Tomas Kelemen (vudiq)
a367556c74 Lakka: initialize 2019-06-27 19:52:48 +02:00