update_retroplayer-addons: exclude non-working game addons

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-03-02 15:57:15 +01:00
parent 959b75da79
commit d209e704ab

View File

@ -15,7 +15,14 @@ fi
# BUMP_PKG_REV: bump PKG_REV if PKG_VERSION has changed
# list of packages to exclude from update
EXCLUDED_PACKAGES="game.netplay"
EXCLUDED_PACKAGES="game.libretro.chailove
game.libretro.fbalpha2012
game.libretro.lutro
game.libretro.parallel_n64
game.libretro.pcem
game.libretro.theodore
game.netplay
game.shader.presets"
MY_DIR="$(dirname "$0")"
ROOT="$(cd "${MY_DIR}"/../.. && pwd)"