readd duckstationsa, removed evdev
This commit is contained in:
parent
04913f837c
commit
5b12e40b99
2 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@ PKG_VERSION="5ab5070d73f1acc51e064bd96be4ba6ce3c06f5c"
|
|||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/stenzek/duckstation"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 nasm:host libevdev"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 nasm:host"
|
||||
PKG_SECTION="libretro"
|
||||
PKG_SHORTDESC="Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 "
|
||||
PKG_TOOLCHAIN="cmake"
|
||||
|
@ -37,9 +37,8 @@ pre_configure_target() {
|
|||
-DHAVE_EGL=ON \
|
||||
-DUSE_DRMKMS=ON \
|
||||
-DUSE_FBDEV=OFF \
|
||||
-DUSE_MALI=OFF"
|
||||
|
||||
|
||||
-DUSE_MALI=OFF \
|
||||
-DUSE_EVDEV=OFF"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
|
|
@ -33,7 +33,7 @@ PKG_EMUS="common-shaders glsl-shaders libretro-database retroarch hatarisa openb
|
|||
mupen64plussa-input-sdl mupen64plussa-ui-console mupen64plussa-video-rice \
|
||||
mupen64plussa-core mupen64plussa-rsp-hle mupen64plussa-video-glide64mk2 \
|
||||
lzdoom gzdoom ecwolf amiberry raze pico-8 flycastsa hypseus-singe \
|
||||
core-info moonlight"
|
||||
core-info moonlight duckstationsa"
|
||||
|
||||
LIBRETRO_CORES="2048 81 a5200 atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pcfx \
|
||||
beetle-supafaust beetle-supergrafx beetle-vb beetle-wswan bluemsx cannonball cap32 \
|
||||
|
|
Loading…
Reference in a new issue