From 9c3fd1cf9ae532a8fdf062880915b2d61f1c2dfd Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Tue, 25 Jun 2024 22:09:49 +0200 Subject: [PATCH] Add Ryujinx emulator to games app list --- bash/bin/launch-menu-apps.d/games.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bin/launch-menu-apps.d/games.sh b/bash/bin/launch-menu-apps.d/games.sh index 9adbd11a..a4dab52c 100644 --- a/bash/bin/launch-menu-apps.d/games.sh +++ b/bash/bin/launch-menu-apps.d/games.sh @@ -12,4 +12,5 @@ apps+=( ["Heroic"]="flatpak run com.heroicgameslauncher.hgl" ["Veloren (Airshipper)"]="konsole -e \"flatpak run net.veloren.airshipper update\";flatpak run net.veloren.airshipper start" ["itch"]="flatpak run io.itch.itch" + ["Ryujinx"]="flatpak run org.ryujinx.Ryujinx" )