mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-17 06:19:05 +00:00
Package pcsx_rearmed for Generic too
This commit is contained in:
parent
e9af2f5093
commit
ad975276e1
@ -25,7 +25,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/lakkatv/Lakka"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="retroarch uzebox mgba o2em puae snes9x picodrive 81 yabause hatari dosbox mame2003 gw-libretro fuse-libretro scummvm bluemsx beetle-sgx lutro 4do prosystem bsnes-mercury tyrquake 2048 virtualjaguar ppsspp beetle-vb beetle-wswan desmume beetle-ngp beetle-pcfx beetle-psx-hw beetle-psx mupen64plus glupen64 vecx snes9x2010 dinothawr prboom beetle-pce fbalpha handy genesis-plus-gx nxengine nestopia gambatte stella vbam reicast"
|
||||
PKG_DEPENDS_TARGET="retroarch uzebox mgba o2em puae snes9x picodrive 81 yabause hatari dosbox mame2003 gw-libretro fuse-libretro scummvm bluemsx beetle-sgx lutro 4do prosystem bsnes-mercury tyrquake 2048 virtualjaguar ppsspp beetle-vb beetle-wswan desmume beetle-ngp beetle-pcfx beetle-psx-hw beetle-psx pcsx_rearmed mupen64plus glupen64 vecx snes9x2010 dinothawr prboom beetle-pce fbalpha handy genesis-plus-gx nxengine nestopia gambatte stella vbam reicast"
|
||||
if [ "$ARCH" == "x86_64" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET beetle-saturn"
|
||||
fi
|
||||
|
@ -42,8 +42,10 @@ make_target() {
|
||||
cd $ROOT/$PKG_BUILD
|
||||
if [[ "$TARGET_FPU" =~ "neon" ]]; then
|
||||
make -f Makefile.libretro HAVE_NEON=1 USE_DYNAREC=1 BUILTIN_GPU=neon
|
||||
else
|
||||
elif [ "$ARCH" == "arm" ]; then
|
||||
make -f Makefile.libretro USE_DYNAREC=1 BUILTIN_GPU=neon
|
||||
else
|
||||
make -f Makefile.libretro
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user