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."
|
|
|
|
|
2023-01-10 23:39:16 +00:00
|
|
|
PKG_EMUS="duckstationsa flycastsa hatarisa hypseus-singe hypseus-singe moonlight openbor pico-8 \
|
|
|
|
PPSSPPSDL scummvmsa vicesa"
|
2022-08-04 11:34:13 +00:00
|
|
|
|
2023-01-10 23:39:16 +00:00
|
|
|
PKG_RETROARCH="core-info libretro-database retroarch retroarch-assets retroarch-joypads \
|
|
|
|
retroarch-overlays slang-shaders"
|
2022-08-04 11:34:13 +00:00
|
|
|
|
2023-01-10 23:39:16 +00:00
|
|
|
LIBRETRO_CORES="2048 81 a5200 atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pce-fast \
|
|
|
|
beetle-pcfx bsnes bsnes-mercury-performance beetle-supafaust beetle-supergrafx \
|
|
|
|
beetle-vb beetle-wswan beetle-saturn bluemsx cannonball cap32 crocods daphne dinothawr \
|
2023-02-15 11:38:49 +00:00
|
|
|
dosbox-svn dosbox-pure duckstation easyrpg fake08 fbalpha2012 fbalpha2019 \
|
2023-01-15 14:39:33 +00:00
|
|
|
fbneo fceumm fmsx flycast freechaf freeintv freej2me fuse-libretro \
|
2023-01-10 23:39:16 +00:00
|
|
|
gambatte gearboy gearcoleco gearsystem genesis-plus-gx genesis-plus-gx-wide gme \
|
2023-02-16 22:40:39 +00:00
|
|
|
gw-libretro handy hatari mame2000 mame2003-plus mame2010 mame2015 melonds meowpc98 \
|
2023-01-10 23:39:16 +00:00
|
|
|
mesen mgba mrboom mupen64plus mupen64plus-nx neocd_libretro nestopia np2kai nxengine \
|
|
|
|
o2em opera parallel-n64 picodrive pokemini potator prboom prosystem ppsspp puae px68k \
|
|
|
|
quasi88 quicknes race reminiscence sameboy sameduck scummvm smsplus-gx snes9x snes9x2002 \
|
|
|
|
snes9x2005_plus snes9x2010 stella stella-2014 swanstation TIC-80 tgbdual tyrquake uzem \
|
|
|
|
vba-next vbam vecx vice yabasanshiro virtualjaguar xmil xrick"
|
2022-08-04 11:34:13 +00:00
|
|
|
|
|
|
|
### Emulators or cores for specific devices
|
|
|
|
case "${DEVICE}" in
|
2022-09-05 00:14:27 +00:00
|
|
|
handheld)
|
2023-02-16 22:40:39 +00:00
|
|
|
PKG_DEPENDS_TARGET+=" dolphin dolphinsa cemu citra citrasa desmume lrps2 mame melondssa minivmac minivmacsa \
|
2023-02-18 15:25:15 +00:00
|
|
|
pcsx2sa play primehack rpcs3sa xemu yuzusa"
|
2023-01-08 22:49:32 +00:00
|
|
|
;;
|
|
|
|
RK3588)
|
2023-02-16 22:40:39 +00:00
|
|
|
PKG_DEPENDS_TARGET+=" dolphin dolphinsa aethersx2 mame"
|
2022-09-05 00:14:27 +00:00
|
|
|
;;
|
2023-02-16 22:40:39 +00:00
|
|
|
RK3566)
|
2023-02-13 22:43:44 +00:00
|
|
|
PKG_DEPENDS_TARGET+=" common-shaders glsl-shaders"
|
2023-02-17 03:52:24 +00:00
|
|
|
PKG_EMUS="moonlight openbor pico-8 PPSSPPSDL vicesa dolphinsa"
|
2023-02-13 22:43:44 +00:00
|
|
|
;;
|
2022-08-04 11:34:13 +00:00
|
|
|
esac
|
2023-02-15 11:38:49 +00:00
|
|
|
|
2023-02-17 22:54:24 +00:00
|
|
|
PKG_DEPENDS_TARGET+=" ${PKG_EMUS} ${PKG_RETROARCH} ${LIBRETRO_CORES}"
|