Commit graph

3 commits

Author SHA1 Message Date
Tomáš Kelemen
e9d6841d41
Update libretro cores / RetroArch to latest versions (#2028)
- all libretro cores updated to latest version
- RetroArch updated to 1.20.0
- assets, core-infos, joypad configs, shaders, overlays, databases
  updated to latest version
- easyrpg: removed patch merged upstream, switched to latest commit
  instead of tag
- liblcf: updated to latest version (dep of easyrpg)
- libinih: new dep of liblcf/easyrpg
- mame: updated patch for crosscompilation
- mupen64_plus_next: updated patch for gcc14 buildfix
- picodrive: dropped patch merged upstream
- retroarch: updated patch for saving to default config
- retroarch: drop libXv dep for x11 build (pkg was removed)
- ppsspp: drop old patch
- snes9x2002: dropped ARM_ASM=1 from make options for RPi0/1
- fbalpha2012: add buildfix patch
- yabasanshiro: dropped patch for RPi5 merged upstream
- yabasanshiro: added patch with function declaration
- yabasanshiro: re-enable for most targets
2025-02-01 09:53:03 +01:00
Tomáš Kelemen (vudiq)
bcaf1b120f
easyrpg: update to 0.8 "Paralyze"
- update core
- update liblcf (dep)
- rebase CMakeLists.txt patch
- add patch to fix build with libfmt10
2024-04-09 22:54:14 +02:00
Tomáš Kelemen (vudiq)
d571023ba3
easyrpg: do not build non-essential documentation
when required tools are installed on the host (i.e. not in the
sysroot/tolchain), documentation is added to the build. this may fail in
case other dependencies like python libraries are included from the
sysroot. also the documentation is not required for the core.
2023-01-28 19:18:34 +01:00