0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-05 17:44:34 +00:00
Files
Tomáš Kelemen (vudiq) ceee8b9e28 update libretro cores + retroarch
following cores were not updated and removed from build, as they fail to
build with old as well as updated:
- citra
- dolphin
- easyrpg
- mame
- mupen64plus_next
- pcsx2
- ppsspp
- same_cdi

build tested only for Generic.x86_64
2024-04-09 14:29:40 +02:00

15 lines
436 B
Makefile

PKG_NAME="ep128emu"
PKG_VERSION="0747110b5a98b4c36dc8784780f5ae436a94a1bd"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/libretro/ep128emu-core"
PKG_URL="${PKG_SITE}.git"
PKG_GIT_CLONE_BRANCH="core"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Enterprise 128 emulator for libretro"
PKG_TOOLCHAIN="make"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/libretro
cp -v ep128emu_core_libretro.so ${INSTALL}/usr/lib/libretro/
}