mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-10 14:19:38 +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>
17 lines
476 B
Makefile
17 lines
476 B
Makefile
PKG_NAME="m2000"
|
|
PKG_VERSION="2ce44bcee941793b965ac09e313bdb4c50a001ab"
|
|
PKG_GIT_CLONE_BRANCH="main"
|
|
PKG_LICENSE="GPLv3"
|
|
PKG_SITE="https://github.com/p2000t/M2000"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Emulator for the Philips P2000 home computer"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
PKG_MAKE_OPTS_TARGET="-C src/libretro"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v src/libretro/m2000_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|