Skip to content

Commit c854016

Browse files
authored
sameduck: add new libretro core (#1633)
closes #1632
1 parent f3e7f6c commit c854016

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

distributions/Lakka/options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
reminiscence \
286286
retro8 \
287287
sameboy \
288+
sameduck \
288289
scummvm \
289290
snes9x \
290291
snes9x2002 \
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PKG_NAME="sameduck"
2+
PKG_VERSION="a5e5462f79164d21053f81fc680bfa9f59a2bf59"
3+
PKG_LICENSE="MIT"
4+
PKG_SITE="https://github.com/LIJI32/SameBoy"
5+
PKG_GIT_CLONE_BRANCH="SameDuck"
6+
PKG_URL="${PKG_SITE}.git"
7+
PKG_DEPENDS_TARGET="toolchain"
8+
PKG_LONGDESC="An adaptation of SameDuck to play Mega Duck games"
9+
PKG_TOOLCHAIN="make"
10+
11+
PKG_MAKE_OPTS_TARGET="-C libretro/"
12+
13+
makeinstall_target() {
14+
mkdir -p ${INSTALL}/usr/lib/libretro
15+
cp -v build/bin/sameduck_libretro.so ${INSTALL}/usr/lib/libretro/
16+
}

0 commit comments

Comments
 (0)