Commit graph

14 commits

Author SHA1 Message Date
Tomáš Kelemen (vudiq)
a231127f5c
fix package versions after fixing libretro-update script 2022-03-28 14:41:12 +02:00
Tomáš Kelemen (vudiq)
340922ca37
update libretro
- update RetroArch to newly tagged 1.10.2
- modify libretro-update script to check for tagged commits
- modify some packages to use tagged commit
- update libretro cores/assets/databases/etc to latest versions
- update liblcf (dependency of easyrpg) to 0.7.0 + drop patches
2022-03-28 10:24:06 +02:00
Giovanni Cascione
ce831f2e73
yabasanshiro: fix AML aarch64 build error (#1587) 2022-01-21 15:05:47 +02:00
Tomáš Kelemen (vudiq)
a67d0f1cbf
Update RetroArch to 1.9.13 + cores to latest
* retroarch: remove patches merged upstream
* retroarch: rebase patch for cpufreq/disable on switch
* fbneo: add highscore.dat to system
* mame2003-plus: add artwork, cheat.dat, history.dat to system
* melonds: rebase patch
2021-11-07 17:51:06 +01:00
Demetris Ierokipides
4ef6d53bc0 Clean and unlock cores for all arch 2021-05-28 23:17:23 +03:00
David Lawson
46855252b8
yabasanshiro: build for aarch64 (#1279) 2021-04-29 01:01:33 +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
Ntemis
40f1f68135 Roll retroarch to v1.9.0 stable
- set yabasanshiro as an arm core only
2020-08-29 18:36:46 +03:00
Seth Barberee
e9a1263e35
Libretro Update (#1013)
* update all libretro packages

* revert ppsspp update
2020-08-25 19:57:42 +03: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
Tomáš Kelemen
faec93ed16 yabsanshiro: bump version (buildfix) (#739) 2019-08-26 11:49:53 +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)
a367556c74 Lakka: initialize 2019-06-27 19:52:48 +02:00