this brings images suited to work OOB for RPi3/4/5 with CRT TV sets. it
comes with preconfigured shaders, core options, readable font, ...
see https://www.lakka.tv/articles/2024/05/02/rpi-composite/
- add new RPiX-Composite devices under RPi project
- RPi3/4-Composite use own kernel config
- RPi5-Composite uses kernel config of RPi5
- remove linux.arm.conf broken symlinks from some devices
- move VULKAN enable to device options
- add splash screens for 480/576 height
- glibc: match kernel version for RPi3/4 (using 5.10.y with "fake" 240p
patch)
- adjust DEVICE conditions to only match first 4 characters / first 4
characters + wildcard (various places)
- add specific assets, configs, shaders in retroarch package
- retroarch: adjust default configuration
- linux: add 5.10.y kernel (used by RPi3/4-Composite, see above)
- linux: add patches for 5.10.y kernel
- mkimage: add additional information into cmdline.txt and
retroarch-overrides.txt
- firstboot.sh: add output (logged in fs-resize.log)
- firstboot.sh: prepend processed overrides with hash
- firstboot.sh: copy core configurations to storage partition
- firstboot.sh: rework wifi autoconfig script
- retroarch: add full default config file and apply changes in the
package file directly to the config for individual systems (solves
some issues with core/game overrides when there is no value in the
config and user creates overrides in first run of retroarch, then
these overrides are also stored in default config)
- retroflag_picase_safeshutdown
- remove copy service (is copied automatically)
- enable the service
- start the service only when specific files exists
- RPi3/4/5: add RetroArch patch that adds menu item under Settings ->
Services to enable/disable the service
- retroarch: enable HAVE_RETROFLAG for RPi3/4/5
- 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
instead of relying on values in retroarch or parsing files to determine
the full URL to download updates, it is more flexibile to set these
values at build time to the current needs. much easier maintenance of
future changes (no need to change in retroarch code base), when e.g. URL
for devel or nightly builds will change (or even for releases). also
community members can set up their own update for their community builds
without the need to patch retroarch.
usage:
at build time add e.g. LAKKA_BUILD_TYPE=<type>, where type can be
release, nightly or devel (can be expanded in future) and based on the
build type matching URL will be set.
or add LAKKA_UPDATE_SERVER_URL=http://some.site/path/to/updates and this
URL will be used.
examples
make image LAKKA_BUILD_TYPE=nightly PROJECT=... DEVICE=... ARCH=...
make image LAKKA_UPDATE_SERVER_URL=... PROJECT=... ...
cheats are part of libretro database package, so after overlay for
/tmp/database is created, the cheats are in the cht subfolder. there is
no need for the tmp-cheats.mount units.
following cores were not updated and removed from build, as they fail to
build with old as well as updated:
- citra
- dolphin
- easyrpg
- mame
- mupen64plus_next
- pcsx2
- ppsspp
- same_cdi
build tested only for Generic.x86_64
* Switch: Initial kernel cleanup
* Switch: Mariko: Attempt to fix gadget attach to UDC issue
* Switch: Cleanup initramfs and copy XUSB firmware for mariko to initramfs
* Retroarch: Add Switch lite Controller Workaround to pre-start script
* Switch: bootloader: Fix R2P syntax issue with new driver
* L4T: Fix get_l4t-kernel-sources script sha256 checks
This is far from the finished version, but it should fix kernel nightly issues
* L4T: Switch: update config/script packages versions for nightly
* L4T:Switch:Bootloader: Small cleanups, and add hekate icon for LibreELEC
* 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