Jason Tomsic
4fa077fcef
flycast: enable OIT for OpenGL platforms ( #1392 )
2021-06-17 12:50:17 +02:00
David Lawson
449e51e7fa
Rpi3 aarch64 ( #1380 )
...
* Add rpi3-aarch64
* rpi3-aarch64: add to build_all.sh
* rpi3-aarch64 stuff
* rpi3-aarch64: Add kernel config from antonlacon
2021-06-08 12:16:38 +03:00
Jason Tomsic
6112aed807
flycast: enabled for switch and fixed compilation issues ( #1359 )
...
Co-authored-by: Jason Tomsic <jasontomsic@quickenloans.com>
2021-06-01 05:38:43 +03:00
Demetris Ierokipides
4ef6d53bc0
Clean and unlock cores for all arch
2021-05-28 23:17:23 +03:00
Demetris Ierokipides
3ce79af38f
Bump every core & retroarch to v1.9.3 stable
2021-05-18 19:31:05 +03:00
Demetris Ierokipides
0078a9da62
Libretro: Update all everything
2021-04-03 04:47:13 +03:00
Seth Barberee
cdd7049f7b
update libretro cores ( #1122 )
...
* update libretro cores
* update atari800
* update tic80
* fix indent
* disable threaded renderer on arm
* update ignore sdl patch
* make: fix compile issues and update package from LE
* duckstation: repoint to libretro and update. upstream doesn't support libretro core anymore
* pcsx_rearmed: updated and removed unneeded patch
* libretro cores: update all cores
* melonds: fix patch error
* lutro: drop unneeded patch and update
* mu: revert back to make and fix directory references for building/copying core
* beetle-psx: pick version before static c++ until figure out linking
* bsnes2014: fix up copy build error
* bsnes-mercury: fixup copy build error
2021-03-10 22:12:37 +02:00
David Lawson
c118999739
rpi4-aarch64: fix flycast and enable ppsspp ( #1050 )
...
* rpi4-aarch64: fix flycast
* rpi4-aarch64: enable ppsspp
2020-10-05 22:45:22 +03:00
Seth Barberee
e9a1263e35
Libretro Update ( #1013 )
...
* update all libretro packages
* revert ppsspp update
2020-08-25 19:57:42 +03:00
Demetris Ierokipides
5766173240
Odroid Go Advance Support ( #981 )
...
* Lakka: Add RK3326 - Odroid Go Advance support
* odroidgo2: rename kernel
* libretro: fix some packages
* OGA:And there will be Cortex-A35 support in ARCH=arm
* RK3326: rename to OdroidGoAdvance
* uboot_helper: add missing bracket
* OdroidGoAdvance: fix bootloader and kernel
* OdroidGoAdvance: boots and shows a prompt!
* OdroidGoAdvance: enable wayland
* libretro-cores: new package, add master switch
* OdroidGoAdvance: have wayland use libmali's wayland-egl
* OdroidGoAdvance: fix wayland / wayland-egl dependency in RetroArch
* OdroidGoAdvance: boots to rotated RetroArch
* OdroidGoAdvance: add joypad autoconfig (to be upstreamed)
* OdroidGoAdvance: remove Wayland, go back to KMS
* odroidgo2: works without wayland, set xmb layout, update assets
* odroidgo2: oops
* odroidgo2: menu scaling adjustments
* Enable audio and headphone sensing (#905 )
* retroarch: cleanup
* retroarch: remove XDG_RUNTIME_DIR envvar
* rkbin: cleanup
* odroidgo2: cleanup
* odroidgo2: cleanup x11 and wayland
* odroidgo2: please?
* odroidgo2: add proper splash
* Rockchip: disable UART serial console
* OGA:Add charging animation support on uboot
- Users have to burn this SPI flash update image and boot from it first
https://wiki.odroid.com/lib/exe/fetch.php?tok=bd1c8c&media=https%3A%2F%2Fdn.odroid.com%2FRK3326%2FODROID-GO-Advance%2Frecovery%2Fsdcard_recovery_200211.img
Signed-off-by: Ntemis <ierokipides.dem@gmail.com>
* retroarch: update
* Small libretro update
* Use proper flags for OdroidGoAdvance a35 (#908 )
* OGA: Bump kernel
- Added esp8089 driver
- Fixes suspend and resume of rk817 codec
- Fixes rk817 battery driver temp prop
Signed-off-by: Ntemis <ierokipides.dem@gmail.com>
* Update Easyrpg to v0.6.2 stable
* OdroidGoAdvance: Add support for OGA v1.1 (#957 )
Co-authored-by: natinusala <natinusala@gmail.com>
Co-authored-by: shantigilbert <shantic@gmail.com>
2020-07-14 05:47:17 +03:00
Demetris Ierokipides
01ad98fe96
Bump everything to 1.8.9 Retroarch release head ( #971 )
...
- Tinkerboard: Build tested with unbuildable cores disabled
2020-07-06 02:04:02 +02:00
gouchi
569eb28526
libretro: update to latest core and latest stable RetroArch ( #958 )
2020-06-19 17:30:06 +03:00
Tomas Kelemen (vudiq)
20ded7744d
Lakka 2.3 release tweaks (port of #788 )
2019-09-17 11:41:35 +02:00
Tomas Kelemen (vudiq)
3e5dc767ac
libretro update (port of #764 )
2019-09-13 20:50:24 +02:00
Tomáš Kelemen
035d9b3e3b
flycast: fix build for RPi4 + remove glsm.h patch ( #735 )
...
* flycast: fix build for RPi4
* flycast: glsm.h fixed upstream
2019-07-30 14:46:04 +02:00
Tomáš Kelemen
57cac5f375
RPi4: switch back to OPENGLES ( #724 )
...
* RPi4: use OPENGLES, not OPENGL
* RPi4: add openlara back, builds with OPENGLES
* bcm2835: strip OPENGLES when not used as OPENGLES
* RPi4: switch libretro cores + RA to OPENGLES
* bcm2835-driver: do not strip when set as OPENGL
2019-07-26 11:48:57 +02:00
Tomas Kelemen (vudiq)
9cd598b0e1
libretro-cores: add OPENGL/ES dependency
...
packages are built in paralell based on the PKG_DEPENDS_* dependencies,
so when toolchain is finished building, the build system may start
building a core depending on OPENGL/ES without the OPENGL/ES package
being available to the build system. hence the PKG_DEPENDS_TARGET are
now including OPENGL/ES dependency where necessary (hopefully I did no
miss any core)
2019-07-10 13:38:25 +02:00
Tomas Kelemen (vudiq)
c1c8f0bc4d
RPi4: switch to OPENGL instead of OPENGLES
2019-07-10 00:07:36 +02:00
Tomas Kelemen (vudiq)
a367556c74
Lakka: initialize
2019-06-27 19:52:48 +02:00