Commit graph

144 commits

Author SHA1 Message Date
Tomáš Kelemen (vudiq)
bf9c840d12
retroarch: bluetooth: add pairable on to pairing steps 2022-04-02 20:37:51 +02:00
Tomáš Kelemen (vudiq)
c456c6e0d6
pcsx_rearmed: rollback to last known good version
ref: https://github.com/libretro/pcsx_rearmed/issues/626
2022-04-01 18:44:13 +02:00
Philippe Simons
4896146154
core: update superbroswar (#1672) 2022-03-31 12:39:36 +02:00
Tomáš Kelemen
de7268974f
libretro update (#1670)
another update, as RetroArch tag for 1.10.2 was updated
- update RetroArch to (newly tagged) 1.10.2
- update cores / database / asseets / ... to latest
2022-03-29 22:32:52 +02:00
Tomáš Kelemen (vudiq)
589208887e
Lakka: make some folders "world" writable
so we don't have to use superuser when accessing the ext4 partition on
the thumbdrive / SD card in a computer
2022-03-28 22:14:45 +02:00
Tomáš Kelemen
ec5014e503
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-03-28 23:00:31 +03:00
Tomáš Kelemen (vudiq)
146427cd76
fix folder - these belong to system, not assets 2022-03-25 14:55:17 +01:00
Tomáš Kelemen
300a20799b
mame: enable mame current (#1650)
does build also for Pi / Pi Zero, but not including in image
2022-03-24 16:29:17 +01:00
Tomáš Kelemen
0378d3beff
same_cdi: add new libretro core (#1654)
as it is based on mame current, not including for Pi and Pi Zero
2022-03-24 16:28:57 +01:00
Tomáš Kelemen (vudiq)
6abfb112e8
ecwolf: fix a typo 2022-03-24 00:06:25 +01:00
Tomáš Kelemen
e36e2b43ed
dosbox_pure: buildfix (#1657)
- use correct g++
- add CPUFLAGS
- optimize with 3 via Makefile
2022-03-23 22:32:59 +01:00
Tomáš Kelemen
1d344b2014
retroarch: use blank config file (#1639)
we used lot of `sed` to replace stuff in the supplied config file. as it
is not predictable, how the config file may change in the future, it is
safer just to create default config file from scratch. the supplied
config file did not set any option anyway.
2022-03-23 18:36:14 +01:00
Tomáš Kelemen (vudiq)
96f34e96f1
retroarch-standalone-cores: add xrick 2022-03-23 14:32:37 +01:00
Tomáš Kelemen (vudiq)
1fb40b0e22
retroarch-standalone-cores: add nxengine 2022-03-23 14:26:27 +01:00
Tomáš Kelemen (vudiq)
e84a0cc687
retroarch-standalone-cores: add ecwolf 2022-03-23 14:19:55 +01:00
Tomáš Kelemen (vudiq)
35676a5ef6
retroarch-standalone-cores: add dinothawr 2022-03-23 13:57:58 +01:00
Tomáš Kelemen (vudiq)
71a1dafa73
retroarch-standalone-cores: add prboom.wad 2022-03-23 13:54:13 +01:00
Tomáš Kelemen (vudiq)
7f1065df94
mame2003_plus: include hiscore.dat and samples folder in system 2022-03-23 12:24:11 +01:00
Tomáš Kelemen (vudiq)
c685549ac6
cannonball: add files to system folder 2022-03-23 11:08:20 +01:00
Tomáš Kelemen
70aa0c3aa5
bk: add libretro core (#1643) 2022-03-21 18:34:42 +02:00
Tomáš Kelemen
d7123be162
race: add new libretro core (#1642) 2022-03-20 23:03:26 +02:00
Tomáš Kelemen
c8540160af
sameduck: add new libretro core (#1633)
closes #1632
2022-03-15 16:56:25 +01:00
Philippe Simons
7da6195bd1
core: update superbroswar (#1630) 2022-03-14 08:36:39 +01:00
Tomáš Kelemen (vudiq)
51c1bdca73
retroarch: add patch to fix fade effect
remove this patch after upgrade to 1.10.2 or later
2022-03-12 21:09:54 +01:00
Tomáš Kelemen (vudiq)
17f8d7765c
picodrive: add patch to remove temporary getoffs files
removes a temporary file stored in /tmp.

reason: if a different user on the same system tries to build picodrive,
they don't have the write permission to the already existing file and
the compilation fails
2022-03-12 11:23:49 +01:00
Tomáš Kelemen (vudiq)
a0a4fea1a4
retroarch: add VULKAN as dependency when needed 2022-03-10 18:42:27 +01:00
Tomáš Kelemen (vudiq)
526465f04a
lr_moonlight: exclude i386 from build 2022-03-10 18:35:15 +01:00
GavinDarkglider
683f8c34de
Cleanup decoder/encoder stuff for L4T Builds, update some things, fix GLES building, but keep GL build. Other Minor cleanups. (#1623)
* Update L4T encoder/decoder to latest version which is 70% faster at 1080p

* Add vulkan support to ffmpeg

* Add vitaquake3 and boom3 cores for switch builds

These cores are considered broken, but starting, so maybe in the future they will be more reliable.

* Run dock-hotplug before starting retroarch.

This Will properly force DPI if booted on dock, and audio switching. It also has the added bonus of force fixing audio issues where speakers randomly dont work on boot."

* Update Kernel Repos

* update libglvnd

* update xf86-video-nouveau

* Build mesa properly in L4T LibreELEC builds.

* Update L4T build config for retroarch to fix building with support for EGL/openGLES.
While L4T supports EGL/OpenGLES, and the issue building for it is fixed,
we arent switching now though because moonlight core doesnt support it.

* Exclude moonlight core in Lakka builds that use openGLES over openGL, as openGLES is not supported

* Use openGLES in LibreELEC builds, as that is what upstream is targeting
2022-03-10 18:17:48 +01:00
Philippe Simons
04b76d441f
core: add Super Bros War (#1625) 2022-03-07 23:08:21 +01:00
Tomáš Kelemen (vudiq)
4a4f17ced4
update RetroArch to 1.10.1 + all cores to current
* ppsspp: kept at 1.12.3
* retroarch: removed patch for Switch merged upstream
2022-03-04 22:26:51 +01:00
Tomáš Kelemen (vudiq)
316a7e493c
xbox360-controllers-shutdown: utility to turn off controllers on shutdown
Co-authored-by: spleen1981 <43221199+spleen1981@users.noreply.github.com>
2022-03-02 16:42:34 +01:00
Tomáš Kelemen (vudiq)
44b31b09d5
retroarch: change default recordings folder and expose it via samba 2022-03-02 13:57:00 +01:00
Philippe Simons
e0fdceb010
RPi: disable wifi power saving mode 2022-03-02 13:50:57 +01:00
Tomáš Kelemen (vudiq)
026d7609d3
fmsx: add libretro core 2022-03-02 12:06:44 +01:00
Tomáš Kelemen (vudiq)
ab49482a64
ppsspp: roll back to 1.12.3 release 2022-03-02 12:01:20 +01:00
Tomáš Kelemen (vudiq)
47918beb10
melonds: enable for more platforms 2022-03-02 11:50:16 +01:00
Tomáš Kelemen (vudiq)
bdc8ca9533
Add support for Raspberry Pi Zero 2 W with GPICase
Co-authored-by: Cicirifu <54900043+Cicirifu@users.noreply.github.com>
2022-02-28 10:09:52 +01:00
Tomáš Kelemen (vudiq)
dbe6fa37f9
moonlight: add GL as dependency 2022-02-28 09:01:31 +01:00
GavinDarkglider
927e258148
Fix recording/streaming in Lakka 4.x builds Few other minor fixes..... (#1617)
* Add Xvideo Extension Support

* Fix moonlight dependencies

* Fix retroarch recording/streaming.

* Fix melonds for tegra210 builds
2022-02-27 18:38:45 +01:00
Tomáš Kelemen (vudiq)
37fe190032
update retroarch and libretro
update RetroArch to 1.10.0
update all other retroarch and libretro packages to latest
2022-02-25 15:00:00 +01:00
gouchi
193c2b6b77
wasm4 : Add wasm4 to Libretro cores
port of #1606
2022-02-25 12:46:43 +01:00
GavinDarkglider
bf38e1520f
Latest Lakka Switch Patches (#1600)
* Update kernel Config/patches for CEC support

* Add base CEC support to dock-hotplug, and make so support can be disabled via uenv.txt

* Add working libcec package for L4T, and enable CEC support in packages.

* Fix pulseaudio-alsa routing

This fixes using other audio backends(Alsathread, Alsa, TinyAlsa) in retroarch via dock or bluetooth.

* Downgrade GCC in L4T builds

This fixes issues revolving around undefined symbol: __aarch64_ldadd4_acq_rel issue with gcc 10

* Fix updater for switch builds
Only tested working with tar archives.

* Edit retroarch default settings for the switch.

* Fix pulseaudio changing sink volume issues.
2022-02-21 10:10:20 +01:00
Giovanni Cascione
4215b7c19e
swanstation: fix branch name change - Lakka-v4.x (#1598) 2022-02-06 08:51:32 +02:00
Philippe Simons
7ddff927c8
jumpnbump : add core (Lakka-v4.x) (#1595) 2022-02-04 17:15:28 +02:00
Tomáš Kelemen (vudiq)
7345917ed4
duckstation: update binary package 2021-11-23 22:37:12 +01:00
Tomáš Kelemen (vudiq)
9dd8daf55d
kronos: enable for all archs 2021-11-14 16:29:58 +01:00
Tomáš Kelemen (vudiq)
a7f0374fd3
np2kai: add NP2KAI_VERSION make option
due to shallow clone the tag cannot be retrieved, but can be passed as
env. the tag of the libretro-fork has not changed for a long time, so it
is safe to keep it hard-coded in the package.mk.
2021-11-14 11:18:27 +01:00
Tomáš Kelemen (vudiq)
20b494bcea
retroarch: remove activation of cheats mount unit 2021-11-13 17:12:40 +01:00
Tomáš Kelemen (vudiq)
2b5ac7cb8b
mk_arcade_joystick_rpi: use full commit hash 2021-11-13 15:15:35 +01:00
Tomáš Kelemen (vudiq)
ef165a82be
bsnes: remove unused PKG_BRANCH from package.mk 2021-11-13 14:35:34 +01:00