mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-23 18:55:54 +00:00
- update all cores to latest commit - update RetroArch to 1.20.0 - update core_info, database, shaders, joypad configs, overlays - retroarch: update patch - save to default config - mame: update patch - crosscompile - np2kai: rollback update - new libretro cores: - anarch - ardens - doukutsu_rs - lrps2 (supersedes pcsx2) - m2000 - melondsds - noods - panda3ds - pzretro - tamalibretro - vice: add x64dtv x64sc xcbm2 xscpu64 cores Co-authored-by: gouchi <gouchi@free.fr>
12 lines
369 B
Makefile
12 lines
369 B
Makefile
PKG_NAME="glsl_shaders"
|
|
PKG_VERSION="6d5c3fe803d2ebe2b44ef42d2b421f5b6df3e045"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/libretro/glsl-shaders"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_LONGDESC="Common GSLS shaders for RetroArch"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
make -C ${PKG_BUILD} install INSTALLDIR="${INSTALL}/usr/share/retroarch/shaders/GLSL-Shaders"
|
|
}
|