Commit graph

28 commits

Author SHA1 Message Date
Tomáš Kelemen (vudiq)
619bda43e7
ppsspp: remove unnecessary line
target architecture is detected correctly by cmake using FORCED_CPU
2024-04-08 01:04:14 +02:00
Tomáš Kelemen
986bfe7701
ppsspp: remove linux from dependencies (#1952)
it is not needed that linux is built prior to ppsspp, it only delays the
build start of ppsspp.
2024-04-03 00:54:54 +03:00
Giovanni Cascione
596a9732f9
ppsspp: turn off vulkan explicitly if needed (#1938) 2024-03-05 18:10:11 +02:00
Demetris Ierokipides
8389324380 Update ppsspp to v1.17.1
What's new in 1.17.1

    Fixed green rendering errors on some PowerVR GPUs (#18781)
    Release all held keys on pause to avoid "stuck keys" after unpausing or in run-behind-pause (#18786)
    UI fixes (#18785)
    Update libchdr with zstd support, warn the user about bad CHDs (#18824, #18803). more info
    Add workaround for AdHoc mode in Resistance (#18821)
    Fix graphics in Tokimeki Memorial 4 (#18822)
    Fix crash in UFC 2010 on Mali GPUs (#18813)
    Temporarily disable MSAA on Adreno GPUs due to crashing (#18819)
    Fixed some crashes and optimized the game metadata cache (#18794, #18775)
    Additional crashfixes and similar (#18777, #18779, #18823)
    Fixed playback of frame dumps with Vulkan (#18793)
    Volume slider added for RetroAchievements sounds (#18772)
2024-02-06 19:04:32 +02:00
Demetris Ierokipides
d00e633a66 PPSSPP: use switch patch workaround for aarch64 ffmpeg issue 2023-12-21 01:52:43 +02:00
Demetris Ierokipides
e9682ea414 Ppsspp: try to fix ffmpeg issue with aarch64
- ppsspp is looking for platform arm64 while we expose aarch64 on the cmake compiler
2023-12-16 18:45:27 +02:00
Demetris Ierokipides
490ec41f25 Fix aarch64 lld linking issue with
undefined symbol: __aarch64_cas8_acq_rel
2023-10-11 23:53:44 +03:00
GavinDarkglider
cae4ac3f4c
Fix Switch Issue's in upstream 5.x (#1888)
* Retroarch: Hack in extra repo until PR is merged and remove old patches

* ppsspp: Fix ffmpeg build script

* Switch: Retroarch: Update PR version
2023-10-05 01:42:20 +03:00
gouchi
168554a08d
libretro : update to ra version 1.16.0.3 (#1887) 2023-09-30 22:54:08 +03:00
Demetris Ierokipides
87f2b05443 Upgrade PPSSPP to v1.16 2023-09-12 01:18:44 +03:00
Demetris Ierokipides
5b413c99f6 Update all lakka packages Retroach latest + cores 2023-08-29 16:01:31 +03:00
David Lawson
bb5db7a195
Fix build for Generic v5 (#1867)
* libva-utils: fix sha256

* linux: delete obsolete patches

* ppsspp: set USE_SYSTEM_FFMPEG=OFF by default

* show_config: update to match upstream

* Fix build Generic build error

```
.../Lakka-LibreELEC/build.Lakka-Generic.x86_64-5.0-devel/toolchain/share/grub/bootx64.efi: No such file or directory
```

* Move STORAGE_SIZE default to match upstream
2023-07-19 19:02:36 +03:00
GavinDarkglider
47c07c60ba
[WIP]Lakka 5.x Switch changes..... (#1853)
* Latest 4.3 changes poorly merged

* Build fixes

* Squash?

* Fix ppsspp on switch

* Fix video recording, add base stuff for nvv4l2 decoder/encoder, but leave disabled for now

* Clean up left over files

* Switch: Dont build xpadneo driver, but install configs

* FFMpeg: Add back L4T decoder Patches
2023-06-10 03:16:27 +03:00
Giovanni Cascione
4ba61b4b54
ppsspp buildfix and add armv8 (#1812) 2023-01-21 18:57:54 +01:00
David Lawson
13fb43105d
Fix retroarch tmp- mount paths (#1754)
* retroarch: fix assets mount source

* retroarch: change /usr/share/retroarch-system to /usr/share/retroarch/system to match other mounts

* retroarch: change /usr/share/retroarch-overlays to /usr/share/retroarch/overlays
2023-01-21 17:27:06 +01:00
Tomáš Kelemen (vudiq)
ec0a3ea83a
Lakka: update libretro cores / retroarch
- cores updated to latest commit / latest tag
- retroarch updated to 1.14.0
- libzip: add PIC flag (for ppsspp)
2023-01-19 22:21:00 +01:00
Tomáš Kelemen
074434b096
libretro update (#1661)
- update RetroArch to 1.10.2 and drop patch merged upstream
- RetroArch: disable core system files downloader (included in image)
- update almost all cores to their latest version
- drop duckstation core
- modify libretro_update.sh script to allow for updates to latest tagged commit
- modify some packages to use latest tag during automated update
- update liblcf to 0.7.0 (EasyRPG dependency) and drop patches
- do not rename `genesis_plus_gx_wide_libretro.so` to `genesis_plus_gx_libretro.so` in the install path
2022-04-08 00:01:38 +02:00
Tomáš Kelemen (vudiq)
9e11c55157
ppsspp: roll back to 1.12.3 release 2022-03-03 22:27:50 +01:00
Tomáš Kelemen (vudiq)
b3c8d0500b
update retroarch and libretro
update RetroArch to 1.10.0
update all other retroarch and libretro packages to latest
2022-03-03 22:23:40 +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)
a4a129b3fb
Update RetroArch + libretro cores to latest version
* use full lenght commit hash (for future get_git)
* core_info: use Makefile to install files
* glsl_shaders: remove toolchain from dependencies
* libretro_database: store cheats in original location
* retroarch: rebase patch: bluetooth pairing removal
* retroarch_assets: remove toolchain and fontconfig from dependencies
* retroarch_joypad_autoconfig: remove toolchain from dependencies
* retroarch_overlays: use Makefile to install files
* slang_shaders: remove toolchain from dependencies
* Lakka/smb.conf: remove Cheats share
* retroarch: remove cheat overlay mount
2021-11-20 12:22:26 +01:00
Tomáš Kelemen (vudiq)
505f8824e2 ppsspp: add strcasecmp patch 2021-10-26 22:22:18 +02:00
Tomáš Kelemen (vudiq)
9588aa0d64 update lakka packages
- update RetroArch to 1.9.12 + one merged PR (fix headers)
- update PPSSPP to 1.12.3
- update remaining libretro cores and retroarch packages to latest
- rebase cpufreq patch for RetroArch
2021-10-26 22:22:18 +02:00
Tomáš Kelemen (vudiq)
c41de854e4 ppsspp: add missing plus sing 2021-10-02 00:50:47 +02:00
gouchi
88c043b704 ppsspp: enable vk_khr_display for vulkan 2021-09-29 22:33:25 +02:00
Tomáš Kelemen (vudiq)
48dda685c8 replace PKG_SHORTDESC with PKG_LONGDESC + unlock all archs on some cores 2021-09-29 22:23:27 +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