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
14 lines
440 B
Makefile
14 lines
440 B
Makefile
PKG_NAME="quicknes"
|
|
PKG_VERSION="cd73f021be7dd5b1a21b71155a320364c02de4ac"
|
|
PKG_LICENSE="LGPLv2.1+"
|
|
PKG_SITE="https://github.com/libretro/QuickNES_Core"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="The QuickNES core library, originally by Shay Green, heavily modified"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v quicknes_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|