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 98091ba commit 44c268bCopy full SHA for 44c268b
2 files changed
distributions/Lakka/options
@@ -184,6 +184,7 @@
184
LIBRETRO_CORES="\
185
2048 \
186
81 \
187
+ a5200 \
188
atari800 \
189
beetle_bsnes \
190
beetle_lynx \
packages/lakka/libretro_cores/a5200/package.mk
@@ -0,0 +1,13 @@
1
+PKG_NAME="a5200"
2
+PKG_VERSION="599a2e53feaf47c920bbb0f1f419cf54af570d58"
3
+PKG_LICENSE="GPL"
4
+PKG_SITE="https://github.com/libretro/a5200"
5
+PKG_URL="${PKG_SITE}.git"
6
+PKG_DEPENDS_TARGET="toolchain"
7
+PKG_LONGDESC="Libretro port of Atari 5200 emulator version 2.0.2 for GCW0"
8
+PKG_TOOLCHAIN="make"
9
+
10
+makeinstall_target() {
11
+ mkdir -p ${INSTALL}/usr/lib/libretro
12
+ cp -v a5200_libretro.so ${INSTALL}/usr/lib/libretro/
13
+}
0 commit comments