File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ rp_module_help="ROM Extensions: .iso .chd\n\nCopy your PS2 roms to $romdir/ps2"
1515rp_module_licence=" PROP"
1616rp_module_repo=" git https://github.com/retropieuser/aethersx2.git main"
1717rp_module_section=" exp"
18- rp_module_flags=" !all 64bit !rpi4 "
18+ rp_module_flags=" !all 64bit"
1919
2020function depends_aethersx2() {
2121 local depends=(matchbox-window-manager xorg xserver-xorg-input-all mesa-vulkan-drivers pulseaudio pipewire-media-session-pulseaudio)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ rp_module_help="ROM Extensions: .v32 .zip\n\nCopy your roms to $romdir/vircon32\
1515rp_module_licence=" 3-Clause BSD https://raw.githubusercontent.com/vircon32/vircon32-libretro/main/LICENSE.md"
1616rp_module_repo=" git https://github.com/vircon32/vircon32-libretro.git main"
1717rp_module_section=" exp"
18+ rp_module_flags=" !all 64bit"
1819
1920function sources_lr-vircon32() {
2021 gitPullOrClone
@@ -41,4 +42,4 @@ function configure_lr-vircon32() {
4142 addSystem " vircon32" " Vircon32 game console" " .v32 .zip .V32 .ZIP"
4243
4344 [[ " $md_mode " == " remove" ]] && return
44- }
45+ }
You can’t perform that action at this time.
0 commit comments