Skip to content

Commit a7ae495

Browse files
committed
Removed 2 emulators
1 parent 84e8f10 commit a7ae495

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ These packages will be installed in Arch and Fedora Desktop versions:
129129
| :-----------------------------------------------: |
130130
| dev.vencord.Vesktop |
131131
| org.onlyoffice.desktopeditors |
132-
| ca.parallel_launcher.ParallelLauncher (will test) |
133-
| com.github.Rosalie241.RMG (will test) |
134132
| net.rpcs3.RPCS3 |
135133
| net.pcsx2.PCSX2 |
136134
| org.DolphinEmu.dolphin-emu |

src/lib/base-script.sh

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,15 @@ function install_my_flatpak_packages() {
117117
"dev.vencord.Vesktop" # | Vesktop (Best discord alternative for linux)
118118
"org.onlyoffice.desktopeditors" # | ONLYOFFICE Desktop Editors
119119
# Emulators
120-
"ca.parallel_launcher.ParallelLauncher" # ✅ | Nintendo 64
121-
"com.github.Rosalie241.RMG" # ✅ | Nintendo 64
122-
"net.rpcs3.RPCS3" # ❌ | PS3
123-
"net.pcsx2.PCSX2" # ✅ | PS2
124-
"org.DolphinEmu.dolphin-emu" # ❌ | Nintendo GameCube / Wii
125-
"org.ppsspp.PPSSPP" # ✅ | PSP
126-
"org.duckstation.DuckStation" # ✅ | PS1
127-
"net.kuribo64.melonDS" # ✅ | Nintendo DS
128-
"app.xemu.xemu" # ❌ | Xbox
129-
"org.libretro.RetroArch" # ✅ | Most Retro
130-
"org.ryujinx.Ryujinx" # ✅ | Nintendo Switch
120+
"net.rpcs3.RPCS3" # ❌ | PS3
121+
"net.pcsx2.PCSX2" # ✅ | PS2
122+
"org.DolphinEmu.dolphin-emu" # ❌ | Nintendo GameCube / Wii
123+
"org.ppsspp.PPSSPP" # ✅ | PSP
124+
"org.duckstation.DuckStation" # ✅ | PS1
125+
"net.kuribo64.melonDS" # ✅ | Nintendo DS
126+
"app.xemu.xemu" # ❌ | Xbox
127+
"org.libretro.RetroArch" # ✅ | Most Retro
128+
"org.ryujinx.Ryujinx" # ✅ | Nintendo Switch
131129
)
132130

133131
echo_section "Installing via flatpak"

0 commit comments

Comments
 (0)