Merge pull request #2062 from brooksytech/dev
Update a few SA emulators
This commit is contained in:
commit
22e58a957c
3 changed files with 13 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="flycast-sa"
|
||||
PKG_VERSION="139f2485724dc590c81d268aca0baae5b5d40a8b"
|
||||
PKG_VERSION="b564b0bf9142492cde6ca9f2f87363a279b75ecc"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/flyinghead/flycast"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# Copyright (C) 2023-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="melonds-sa"
|
||||
PKG_VERSION="ca7fb4f55e8fdad53993ba279b073f97f453c13c"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/melonDS-emu/melonDS"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
@ -10,6 +9,17 @@ PKG_DEPENDS_TARGET="SDL2 qt5 libslirp libepoxy libarchive ecm libpcap"
|
|||
PKG_LONGDESC="DS emulator, sorta. The goal is to do things right and fast"
|
||||
PKG_TOOLCHAIN="cmake"
|
||||
|
||||
case ${DEVICE} in
|
||||
AMD64)
|
||||
PKG_VERSION="f454eba3c3243b095f0e6b9ddde3e68b095c5d8d"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
;;
|
||||
*)
|
||||
PKG_VERSION="ca7fb4f55e8fdad53993ba279b073f97f453c13c"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ ! "${OPENGL}" = "no" ]; then
|
||||
PKG_DEPENDS_TARGET+=" ${OPENGL} glu libglvnd"
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="yuzu-sa"
|
||||
PKG_VERSION="bbfd9eb428c7b1c811a3a041d62a7d4c94cafa07"
|
||||
PKG_VERSION="aa6afb0cfedab2b73e87f882797f4d935c899f5d"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/yuzu-emu/yuzu"
|
||||
|
|
Loading…
Reference in a new issue