Commit graph

10 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)
e8c12bb5d0
ppsspp: update patch to fix std::clamp 2024-05-25 19:02:05 +02:00
Tomáš Kelemen (vudiq)
af405edbd3
ppsspp: fix build with gcc14 + enable core
- modified patch for CMakeLists.txt to add -mno-outline-atomics for
  LIBRETRO + ARM64
- add -std=c++17 for LIBRETRO not ANDROID
- add patch from https://github.com/hrydgard/ppsspp/pull/19176 to fix
  std::clamp issue (clamp is not member of std)

all patches were renamed - prefixed with package name
2024-05-23 19:56:08 +02:00
Tomáš Kelemen (vudiq)
63c2aa2ead
update libretro cores + retroarch packages 2024-04-22 08:04:54 +02:00
Giovanni Cascione
4ba61b4b54
ppsspp buildfix and add armv8 (#1812) 2023-01-21 18:57:54 +01:00
Tomáš Kelemen (vudiq)
726593ee4b
ppsspp: fix cmake options, remove patch merged upstream 2021-11-20 22:33:39 +01:00
Tomáš Kelemen (vudiq)
505f8824e2 ppsspp: add strcasecmp patch 2021-10-26 22:22:18 +02:00
gouchi
88c043b704 ppsspp: enable vk_khr_display for vulkan 2021-09-29 22:33:25 +02:00
Tomáš Kelemen (vudiq)
b29c082529 update cores + RetroArch to 1.9.4 2021-06-06 20:58:51 +02:00
Tomáš Kelemen (vudiq)
ff9b4b8bac group all packages under lakka
libretro cores, retroarch packages and also added packages (not present
in LibreELEC) stored under one folder for easier maintenance
2021-04-11 08:03:03 +02:00