Skip to content

Commit

Permalink
Add emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Mar 7, 2024
1 parent 1cbd533 commit 5338fad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utilities/update-emulators/update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e -o pipefail

VERSION="0.6.1"
VERSION="0.6.2"
CURDIR="${PWD}"

curlit()
Expand Down Expand Up @@ -261,13 +261,16 @@ main () {
update_emu_flatpak "MAME" "org.mamedev.MAME"
update_emu_flatpak "melonDS" "net.kuribo64.melonDS"
update_emu_flatpak "Mupen64Plus (GUI)" "com.github.Rosalie241.RMG"
update_emu_flatpak "Pegasus" "org.pegasus_frontend.Pegasus"
update_emu_flatpak "PPSSPP" "org.ppsspp.PPSSPP"
update_emu_flatpak "PrimeHack" "io.github.shiiion.primehack"
update_emu_flatpak "RetroArch" "org.libretro.RetroArch"
update_emu_flatpak "RMG" "com.github.Rosalie241.RMG"
update_emu_flatpak "RPCS3" "net.rpcs3.RPCS3"
update_emu_flatpak "Ryujinx" "org.ryujinx.Ryujinx"
update_emu_flatpak "ScummVM" "org.scummvm.ScummVM"
update_emu_flatpak "VICE" "net.sf.VICE"
update_emu_flatpak "Wine" "org.winehq.Wine"
update_emu_flatpak "Xemu-Emu" "app.xemu.xemu"

if [[ -d "${HOME}/.var/app/org.libretro.RetroArch/config/retroarch/cores" ]]; then
Expand Down

0 comments on commit 5338fad

Please sign in to comment.