Skip to content

Commit 44c268b

Browse files
committed
a5200: new libretro core
1 parent 98091ba commit 44c268b

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

distributions/Lakka/options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
LIBRETRO_CORES="\
185185
2048 \
186186
81 \
187+
a5200 \
187188
atari800 \
188189
beetle_bsnes \
189190
beetle_lynx \
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)