mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-04 01:05:23 +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>
15 lines
474 B
Makefile
15 lines
474 B
Makefile
PKG_NAME="reminiscence"
|
|
PKG_VERSION="e80d7b1aa287010e30c54f72252a9303173f1c7e"
|
|
PKG_SITE="https://github.com/libretro/REminiscence"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="libretro"
|
|
PKG_LONGDESC="Port of Gregory Montoir's Flashback emulator, running as a libretro core."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v reminiscence_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|