Skip to content

Commit 025abe8

Browse files
committed
a5200: new libretro core
1 parent dba8b29 commit 025abe8

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
@@ -176,6 +176,7 @@ DISTRO_SRC="http://sources.libreelec.tv/$LIBREELEC_VERSION"
176176
LIBRETRO_CORES=""\
177177
" 2048 "\
178178
" 81 "\
179+
" a5200 "\
179180
" atari800 "\
180181
" beetle-bsnes "\
181182
" beetle-lynx "\

packages/libretro/a5200/package.mk

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PKG_NAME="a5200"
2+
PKG_VERSION="599a2e5"
3+
PKG_ARCH="any"
4+
PKG_LICENSE="GPL"
5+
PKG_SITE="https://github.com/libretro/a5200"
6+
PKG_URL="$PKG_SITE.git"
7+
PKG_DEPENDS_TARGET="toolchain"
8+
PKG_PRIORITY="optional"
9+
PKG_SECTION="libretro"
10+
PKG_SHORTDESC="Libretro port of Atari 5200 emulator version 2.0.2 for GCW0"
11+
PKG_LONGDESC="Libretro port of Atari 5200 emulator version 2.0.2 for GCW0"
12+
13+
makeinstall_target() {
14+
mkdir -p $INSTALL/usr/lib/libretro
15+
cp a5200_libretro.so $INSTALL/usr/lib/libretro/
16+
}

0 commit comments

Comments
 (0)