File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scriptmodules/libretrocores Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rp_module_desc="Playstation emulator - PCSX (arm optimised) port for libretro"
14
14
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 "
15
15
rp_module_licence=" GPL2 https://raw.githubusercontent.com/libretro/pcsx_rearmed/master/COPYING"
16
16
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 "
18
18
19
19
function depends_lr-pcsx-rearmed() {
20
20
local depends=(libpng-dev)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rp_module_desc="Super Nintendo emu - Snes9x (current) port for libretro"
14
14
rp_module_help=" ROM Extensions: .bin .smc .sfc .fig .swc .mgd .zip\n\nCopy your SNES roms to $romdir /snes"
15
15
rp_module_licence=" NONCOM https://raw.githubusercontent.com/libretro/snes9x/master/LICENSE"
16
16
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 "
18
18
19
19
function sources_lr-snes9x() {
20
20
gitPullOrClone
You can’t perform that action at this time.
0 commit comments