2022-08-04 11:34:13 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright (C) 2022 - Fewtarius
|
|
|
|
|
|
|
|
PKG_NAME="emulators"
|
|
|
|
PKG_LICENSE="Apache-2.0"
|
|
|
|
PKG_SITE="www.jelos.org"
|
|
|
|
PKG_SECTION="virtual"
|
|
|
|
PKG_LONGDESC="Emulation metapackage."
|
|
|
|
|
|
|
|
PKG_EMUS="hatarisa openbor hypseus-singe moonlight hypseus-singe pico-8 flycastsa \
|
2022-12-30 13:01:15 +00:00
|
|
|
scummvmsa PPSSPPSDL vicesa lzdoom gzdoom ecwolf raze"
|
2022-08-04 11:34:13 +00:00
|
|
|
|
2022-10-08 22:49:14 +00:00
|
|
|
PKG_RETROARCH="retroarch retroarch-overlays retroarch-joypads retroarch-assets libretro-database core-info"
|
2022-08-04 11:34:13 +00:00
|
|
|
|
2022-08-20 23:29:30 +00:00
|
|
|
LIBRETRO_CORES="2048 81 a5200 atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pce-fast beetle-pcfx \
|
2022-08-04 11:34:13 +00:00
|
|
|
beetle-supafaust beetle-supergrafx beetle-vb beetle-wswan bluemsx cannonball cap32 \
|
2022-11-01 10:04:06 +00:00
|
|
|
crocods daphne dinothawr dosbox-svn dosbox-pure easyrpg fbalpha2012 \
|
2022-08-04 11:34:13 +00:00
|
|
|
fbalpha2019 fbneo fceumm fmsx flycast flycast_libretro freechaf freeintv \
|
|
|
|
freej2me fuse-libretro gambatte gearboy gearcoleco gearsystem genesis-plus-gx \
|
2022-12-30 13:01:15 +00:00
|
|
|
genesis-plus-gx-wide gme gw-libretro handy hatari mame2000 mame2003-plus \
|
2022-08-04 11:34:13 +00:00
|
|
|
mame2010 mame2015 mame melonds meowpc98 mgba mrboom mupen64plus mupen64plus-nx \
|
2022-12-27 23:07:53 +00:00
|
|
|
neocd_libretro nestopia np2kai nxengine o2em opera parallel-n64 \
|
2022-12-30 13:01:15 +00:00
|
|
|
picodrive pokemini potator \
|
2022-08-04 11:34:13 +00:00
|
|
|
ppsspp prboom prosystem puae px68k quasi88 quicknes race reminiscence sameboy \
|
|
|
|
sameduck scummvm smsplus-gx snes9x snes9x2002 snes9x2005_plus snes9x2010 stella \
|
2022-12-30 13:01:15 +00:00
|
|
|
stella-2014 swanstation TIC-80 tgbdual tyrquake xrick uzem vba-next vbam \
|
|
|
|
vecx vice yabasanshiro xmil mesen virtualjaguar ecwolf_libretro \
|
2022-12-27 17:43:28 +00:00
|
|
|
bsnes-mercury-performance duckstation fake08"
|
2022-08-04 11:34:13 +00:00
|
|
|
|
|
|
|
PKG_DEPENDS_TARGET="${PKG_EMUS} ${PKG_RETROARCH} ${LIBRETRO_CORES}"
|
|
|
|
|
|
|
|
### Emulators or cores for specific devices
|
|
|
|
case "${DEVICE}" in
|
2022-09-05 00:14:27 +00:00
|
|
|
handheld)
|
2023-01-02 16:49:21 +00:00
|
|
|
PKG_DEPENDS_TARGET+=" duckstationsa dolphinsa dolphin pcsx2sa lrps2 desmume bsnes citra slang-shaders minivmac minivmacsa play beetle-saturn yuzusa primehack citrasa"
|
2022-09-05 00:14:27 +00:00
|
|
|
;;
|
2022-08-04 11:34:13 +00:00
|
|
|
esac
|