Merge pull request #364 from CometHunter92/add-beetle_pce
add beetle_pce, rename beetle_pce in beetle_pce_fast
This commit is contained in:
commit
7f4e9ffb78
5 changed files with 56 additions and 7 deletions
43
packages/games/libretro/beetle-pce-fast/package.mk
Normal file
43
packages/games/libretro/beetle-pce-fast/package.mk
Normal file
|
@ -0,0 +1,43 @@
|
|||
################################################################################
|
||||
# This file is part of OpenELEC - http://www.openelec.tv
|
||||
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2020 351ELEC team (https://github.com/fewtarius/351ELEC)
|
||||
#
|
||||
# This Program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This Program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with OpenELEC.tv; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="beetle-pce-fast"
|
||||
PKG_VERSION="f2115bd53a87242064fbd722dfeacbc85c80f9ef"
|
||||
PKG_SHA256="710d8814c87631f45fd29944e18b6d1fc0b5a49664e42d24a023a12d8bc0171d"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/libretro/beetle-pce-fast-libretro"
|
||||
PKG_URL="$PKG_SITE/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="libretro"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen PCE Fast to libretro."
|
||||
PKG_LONGDESC="Standalone port of Mednafen PCE Fast to libretro."
|
||||
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_TOOLCHAIN="make"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/lib/libretro
|
||||
cp mednafen_pce_fast_libretro.so $INSTALL/usr/lib/libretro/beetle_pce_fast_libretro.so
|
||||
}
|
|
@ -20,18 +20,18 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="beetle-pce"
|
||||
PKG_VERSION="f2115bd53a87242064fbd722dfeacbc85c80f9ef"
|
||||
PKG_SHA256="710d8814c87631f45fd29944e18b6d1fc0b5a49664e42d24a023a12d8bc0171d"
|
||||
PKG_VERSION="816b888bc33604df3fef0fb2ca309c0578ae52ac"
|
||||
PKG_SHA256="f1827f114d5feee58ae817e31ec9fe1719116e8e0480c9fc98b19dea0ceeb368"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/libretro/beetle-pce-fast-libretro"
|
||||
PKG_SITE="https://github.com/libretro/beetle-pce-libretro"
|
||||
PKG_URL="$PKG_SITE/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="libretro"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen PCE Fast to libretro."
|
||||
PKG_LONGDESC="Standalone port of Mednafen PCE Fast to libretro."
|
||||
PKG_SHORTDESC="Standalone port of Mednafen PCE to libretro."
|
||||
PKG_LONGDESC="Standalone port of Mednafen PCE to libretro."
|
||||
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_TOOLCHAIN="make"
|
||||
|
@ -39,5 +39,5 @@ PKG_AUTORECONF="no"
|
|||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/lib/libretro
|
||||
cp mednafen_pce_fast_libretro.so $INSTALL/usr/lib/libretro/beetle_pce_fast_libretro.so
|
||||
cp mednafen_pce_libretro.so $INSTALL/usr/lib/libretro/beetle_pce_libretro.so
|
||||
}
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
<core name="beetle_gba" features="decoration, netplay, rewind, autosave, cheevos" />
|
||||
<core name="beetle_lynx" features="netplay, rewind, autosave, cheevos" />
|
||||
<core name="beetle_ngp" features="decoration, netplay, rewind, autosave, cheevos" />
|
||||
<core name="beetle_pce" features="netplay, rewind, autosave, cheevos" />
|
||||
<core name="beetle_pce_fast" features="netplay, rewind, autosave, cheevos" />
|
||||
<core name="beetle_pcfx" features="netplay, rewind, autosave, cheevos" />
|
||||
<core name="beetle_supafaust" features="netplay, rewind, autosave" />
|
||||
|
|
|
@ -1343,6 +1343,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">beetle_pce_fast</core>
|
||||
<core>beetle_pce</core>
|
||||
<core>beetle_supergrafx</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
|
@ -1363,6 +1364,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">beetle_pce_fast</core>
|
||||
<core>beetle_pce</core>
|
||||
<core>beetle_supergrafx</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
|
@ -1836,6 +1838,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">beetle_supergrafx</core>
|
||||
<core>beetle_pce</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
</emulators>
|
||||
|
@ -2023,6 +2026,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">beetle_pce_fast</core>
|
||||
<core>beetle_pce</core>
|
||||
<core>beetle_supergrafx</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
|
@ -2043,6 +2047,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">beetle_pce_fast</core>
|
||||
<core>beetle_pce</core>
|
||||
<core>beetle_supergrafx</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
|
|
|
@ -16,7 +16,7 @@ PKG_EMUS="hatarisa openbor hypseus-singe moonlight hypseus-singe pico-8 flycasts
|
|||
PKG_RETROARCH="retroarch retroarch-overlays retroarch-assets common-shaders glsl-shaders \
|
||||
libretro-database core-info"
|
||||
|
||||
LIBRETRO_CORES="2048 81 a5200 atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pcfx \
|
||||
LIBRETRO_CORES="2048 81 a5200 atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pce-fast beetle-pcfx \
|
||||
beetle-supafaust beetle-supergrafx beetle-vb beetle-wswan bluemsx cannonball cap32 \
|
||||
crocods daphne dinothawr dosbox-svn dosbox-pure duckstation easyrpg fbalpha2012 \
|
||||
fbalpha2019 fbneo fceumm fmsx flycast flycast_libretro freechaf freeintv \
|
||||
|
|
Loading…
Reference in a new issue