Skip to content

Commit 567b609

Browse files
committed
aarch64: add PS1 and SNES emulators to default installation
Included `lr-snes9x` and `lr-pcsx-rearmed` in the main section when `aarch64` is detected, otherwise they won't be installed during a basic installation.
1 parent a9602fc commit 567b609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scriptmodules/libretrocores/lr-pcsx-rearmed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_desc="Playstation emulator - PCSX (arm optimised) port for libretro"
1414
rp_module_help="ROM Extensions: .bin .cue .cbn .img .iso .m3u .mdf .pbp .toc .z .znx\n\nCopy your PSX roms to $romdir/psx\n\nCopy the required BIOS file SCPH1001.BIN to $biosdir"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/pcsx_rearmed/master/COPYING"
1616
rp_module_repo="git https://github.com/libretro/pcsx_rearmed.git master"
17-
rp_module_section="opt arm=main"
17+
rp_module_section="opt arm=main aarch64=main"
1818

1919
function depends_lr-pcsx-rearmed() {
2020
local depends=(libpng-dev)

scriptmodules/libretrocores/lr-snes9x.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_desc="Super Nintendo emu - Snes9x (current) port for libretro"
1414
rp_module_help="ROM Extensions: .bin .smc .sfc .fig .swc .mgd .zip\n\nCopy your SNES roms to $romdir/snes"
1515
rp_module_licence="NONCOM https://raw.githubusercontent.com/libretro/snes9x/master/LICENSE"
1616
rp_module_repo="git https://github.com/libretro/snes9x.git master"
17-
rp_module_section="opt armv8=main x86=main"
17+
rp_module_section="main armv6=opt armv7=opt"
1818

1919
function sources_lr-snes9x() {
2020
gitPullOrClone

0 commit comments

Comments
 (0)