We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e7f6c commit c854016Copy full SHA for c854016
2 files changed
distributions/Lakka/options
@@ -285,6 +285,7 @@
285
reminiscence \
286
retro8 \
287
sameboy \
288
+ sameduck \
289
scummvm \
290
snes9x \
291
snes9x2002 \
packages/lakka/libretro_cores/sameduck/package.mk
@@ -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