Package shuffle.
This commit is contained in:
parent
ecdf114311
commit
c81594ed54
61 changed files with 26 additions and 27 deletions
|
@ -1,7 +1,6 @@
|
|||
np2kai # Last major commit before hiatus is broken
|
||||
vicesa # Doesn't support updating with the script.
|
||||
dolphin-sa # Wayland patch is now broken upstream
|
||||
PPSSPPSDL # Build issues that need to be resolved
|
||||
melonds-sa # Needs patch updates
|
||||
citra-sa-vulkan # Needs build fixes
|
||||
duckstation-lr #Libretro Support gone upstream
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="TIC-80-lr"
|
||||
PKG_NAME="tic80-lr"
|
||||
PKG_VERSION="40c5f2d8ef8f221933e9f3fabe3c5e2980e32fee"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
@ -27,7 +27,7 @@ PKG_LICENSE="GPLv3"
|
|||
PKG_SITE="https://github.com/nesbox/TIC-80"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_HOST="toolchain"
|
||||
PKG_DEPENDS_TARGET="toolchain TIC-80-lr:host"
|
||||
PKG_DEPENDS_TARGET="toolchain tic80-lr:host"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="libretro"
|
||||
PKG_SHORTDESC="Tic80"
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2019-present Shanti Gilbert (https://github.com/shantigilbert)
|
||||
# Copyright (C) 2022-present Fewtarius
|
||||
PKG_NAME="PPSSPPSDL"
|
||||
PKG_NAME="ppsspp-sa"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
|
@ -90,8 +90,8 @@ pre_make_target() {
|
|||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/bin
|
||||
cp ${PKG_DIR}/sources/start_PPSSPPSDL.sh ${INSTALL}/usr/bin
|
||||
cp `find . -name "PPSSPPSDL" | xargs echo` ${INSTALL}/usr/bin/PPSSPPSDL
|
||||
cp ${PKG_DIR}/sources/start_ppsspp.sh ${INSTALL}/usr/bin
|
||||
cp PPSSPPSDL ${INSTALL}/usr/bin/ppsspp
|
||||
chmod 0755 ${INSTALL}/usr/bin/*
|
||||
ln -sf /storage/.config/ppsspp/assets ${INSTALL}/usr/bin/assets
|
||||
mkdir -p ${INSTALL}/usr/config/ppsspp/PSP/SYSTEM
|
|
@ -6,4 +6,4 @@
|
|||
|
||||
ARG=${1//[\\]/}
|
||||
export SDL_AUDIODRIVER=alsa
|
||||
PPSSPPSDL "${ARG}"
|
||||
ppsspp "${ARG}"
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="vicesa"
|
||||
PKG_NAME="vice-sa"
|
||||
PKG_VERSION="3.7.1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
|
@ -305,9 +305,9 @@ then
|
|||
fi
|
||||
;;
|
||||
"psp")
|
||||
jslisten set "-9 PPSSPPSDL"
|
||||
if [ "$EMU" = "PPSSPPSDL" ]; then
|
||||
RUNTHIS='${TBASH} /usr/bin/start_PPSSPPSDL.sh "${ROMNAME}"'
|
||||
jslisten set "-9 ppsspp"
|
||||
if [ "$EMU" = "ppsspp" ]; then
|
||||
RUNTHIS='${TBASH} /usr/bin/start_ppsspp.sh "${ROMNAME}"'
|
||||
fi
|
||||
;;
|
||||
"gamecube")
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
source /etc/profile
|
||||
|
||||
jslisten set "killall PPSSPPSDL"
|
||||
jslisten set "killall ppsspp"
|
||||
|
||||
cp -f /storage/.config/SDL-GameControllerDB/gamecontrollerdb.txt /storage/.config/ppsspp/assets/gamecontrollerdb.txt
|
||||
|
||||
/usr/bin/PPSSPPSDL >/dev/null 2>&1
|
||||
/usr/bin/ppsspp >/dev/null 2>&1
|
||||
|
|
|
@ -1593,9 +1593,9 @@
|
|||
<platform>psp</platform>
|
||||
<theme>psp</theme>
|
||||
<emulators>
|
||||
<emulator name="PPSSPPSDL">
|
||||
<emulator name="ppsspp">
|
||||
<cores>
|
||||
<core default="true">PPSSPPSDL</core>
|
||||
<core default="true">ppsspp-sa</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="retroarch">
|
||||
|
@ -1617,9 +1617,9 @@
|
|||
<platform>psp</platform>
|
||||
<theme>pspminis</theme>
|
||||
<emulators>
|
||||
<emulator name="PPSSPPSDL">
|
||||
<emulator name="ppsspp">
|
||||
<cores>
|
||||
<core default="true">PPSSPPSDL</core>
|
||||
<core default="true">ppsspp</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="retroarch">
|
||||
|
|
|
@ -1459,9 +1459,9 @@
|
|||
<platform>psp</platform>
|
||||
<theme>psp</theme>
|
||||
<emulators>
|
||||
<emulator name="PPSSPPSDL">
|
||||
<emulator name="ppsspp">
|
||||
<cores>
|
||||
<core default="true">PPSSPPSDL</core>
|
||||
<core default="true">ppsspp-sa</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="retroarch">
|
||||
|
@ -1483,9 +1483,9 @@
|
|||
<platform>psp</platform>
|
||||
<theme>pspminis</theme>
|
||||
<emulators>
|
||||
<emulator name="PPSSPPSDL">
|
||||
<emulator name="ppsspp">
|
||||
<cores>
|
||||
<core default="true">PPSSPPSDL</core>
|
||||
<core default="true">ppsspp</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="retroarch">
|
||||
|
|
|
@ -1474,9 +1474,9 @@
|
|||
<platform>psp</platform>
|
||||
<theme>psp</theme>
|
||||
<emulators>
|
||||
<emulator name="PPSSPPSDL">
|
||||
<emulator name="ppsspp">
|
||||
<cores>
|
||||
<core default="true">PPSSPPSDL</core>
|
||||
<core default="true">ppsspp-sa</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="retroarch">
|
||||
|
@ -1498,9 +1498,9 @@
|
|||
<platform>psp</platform>
|
||||
<theme>pspminis</theme>
|
||||
<emulators>
|
||||
<emulator name="PPSSPPSDL">
|
||||
<emulator name="ppsspp">
|
||||
<cores>
|
||||
<core default="true">PPSSPPSDL</core>
|
||||
<core default="true">ppsspp</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="retroarch">
|
||||
|
|
|
@ -7,7 +7,7 @@ PKG_SITE="www.jelos.org"
|
|||
PKG_SECTION="virtual"
|
||||
PKG_LONGDESC="Emulation metapackage."
|
||||
|
||||
PKG_EMUS="flycast-sa hatarisa hypseus-singe hypseus-singe moonlight openbor pico-8 PPSSPPSDL scummvmsa vicesa"
|
||||
PKG_EMUS="flycast-sa hatarisa hypseus-singe hypseus-singe moonlight openbor pico-8 ppsspp-sa scummvmsa vice-sa"
|
||||
|
||||
PKG_RETROARCH="core-info libretro-database retroarch retroarch-assets retroarch-joypads retroarch-overlays \
|
||||
slang-shaders"
|
||||
|
@ -24,7 +24,7 @@ LIBRETRO_CORES="2048-lr 81-lr a5200-lr atari800-lr beetle-gba-lr beetle-lynx-lr
|
|||
parallel-n64-lr pcsx_rearmed-lr picodrive-lr pokemini-lr potator-lr prboom-lr prosystem-lr \
|
||||
ppsspp-lr puae-lr px68k-lr quasi88-lr quicknes-lr race-lr reminiscence-lr sameboy-lr \
|
||||
sameduck-lr scummvm-lr smsplus-gx-lr snes9x-lr snes9x2002-lr snes9x2005_plus-lr snes9x2010-lr \
|
||||
stella-lr stella-2014-lr swanstation-lr TIC-80-lr tgbdual-lr tyrquake-lr uzem-lr vba-next-lr \
|
||||
stella-lr stella-2014-lr swanstation-lr tic80-lr tgbdual-lr tyrquake-lr uzem-lr vba-next-lr \
|
||||
vbam-lr vecx-lr vice-lr yabasanshiro-lr virtualjaguar-lr xmil-lr xrick-lr"
|
||||
|
||||
### Emulators or cores for specific devices
|
||||
|
|
Loading…
Reference in a new issue