Skip to content

Commit 637e9cf

Browse files
committed
adjust module sections to use platform flags for section choice
1 parent 5386d05 commit 637e9cf

14 files changed

+14
-14
lines changed

scriptmodules/emulators/mame4all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="mame4all"
1313
rp_module_desc="MAME emulator MAME4All-Pi"
1414
rp_module_help="ROM Extension: .zip\n\nCopy your MAME4all-Pi roms to either $romdir/mame-mame4all or\n$romdir/arcade"
1515
rp_module_licence="NONCOM https://raw.githubusercontent.com/RetroPie/mame4all-pi/master/readme.txt"
16-
rp_module_section="main"
16+
rp_module_section="opt armv6=main"
1717
rp_module_flags="!x11 !mali !kms !vero4k"
1818

1919
function depends_mame4all() {

scriptmodules/emulators/pifba.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="pifba"
1313
rp_module_desc="FBA emulator PiFBA"
1414
rp_module_help="ROM Extension: .zip\n\nCopy your FBA roms to\n$romdir/fba or\n$romdir/neogeo or\n$romdir/arcade\n\nFor NeoGeo games the neogeo.zip BIOS is required and must be placed in the same directory as your FBA roms."
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/RetroPie/pifba/master/FBAcapex_src/COPYING"
16-
rp_module_section="main"
16+
rp_module_section="opt armv6=main"
1717
rp_module_flags="!x11 !mali !kms !vero4k"
1818

1919
function depends_pifba() {

scriptmodules/libretrocores/lr-beetle-psx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-beetle-psx"
1313
rp_module_desc="PlayStation emulator - Mednafen PSX Port for libretro"
1414
rp_module_help="ROM Extensions: .bin .cue .cbn .img .iso .m3u .mdf .pbp .toc .z .znx\n\nCopy your PlayStation roms to $romdir/psx\n\nCopy the required BIOS files\n\nscph5500.bin and\nscph5501.bin and\nscph5502.bin to\n\n$biosdir"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/beetle-psx-libretro/master/COPYING"
16-
rp_module_section="opt"
16+
rp_module_section="opt x86=main"
1717
rp_module_flags="!arm"
1818

1919
function depends_lr-beetle-psx() {

scriptmodules/libretrocores/lr-fbalpha2012.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-fbalpha2012"
1313
rp_module_desc="Arcade emu - Final Burn Alpha (0.2.97.30) port for libretro"
1414
rp_module_help="Previously called lr-fba\n\nROM Extension: .zip\n\nCopy your FBA roms to\n$romdir/fba or\n$romdir/neogeo or\n$romdir/arcade\n\nFor NeoGeo games the neogeo.zip BIOS is required and must be placed in the same directory as your FBA roms."
1515
rp_module_licence="NONCOM https://raw.githubusercontent.com/libretro/fbalpha2012/master/docs/license.txt"
16-
rp_module_section="opt"
16+
rp_module_section="opt armv6=main"
1717

1818
function _update_hook_lr-fbalpha2012() {
1919
# move from old location and update emulators.cfg

scriptmodules/libretrocores/lr-fbneo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-fbneo"
1313
rp_module_desc="Arcade emu - FinalBurn Neo v0.2.97.44 (WIP) port for libretro"
1414
rp_module_help="Previously called lr-fba-next and fbalpha\n\ROM Extension: .zip\n\nCopy your FBA roms to\n$romdir/fba or\n$romdir/neogeo or\n$romdir/arcade\n\nFor NeoGeo games the neogeo.zip BIOS is required and must be placed in the same directory as your FBA roms."
1515
rp_module_licence="NONCOM https://raw.githubusercontent.com/libretro/FBNeo/master/src/license.txt"
16-
rp_module_section="main"
16+
rp_module_section="main armv6=opt"
1717

1818
function _update_hook_lr-fbneo() {
1919
# move from old location and update emulators.cfg

scriptmodules/libretrocores/lr-gpsp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-gpsp"
1313
rp_module_desc="GBA emu - gpSP port for libretro"
1414
rp_module_help="ROM Extensions: .gba .zip\n\nCopy your Game Boy Advance roms to $romdir/gba\n\nCopy the required BIOS file gba_bios.bin to $biosdir"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/gpsp/master/COPYING"
16-
rp_module_section="main"
16+
rp_module_section="opt arm=main"
1717
rp_module_flags="!x86"
1818

1919
function sources_lr-gpsp() {

scriptmodules/libretrocores/lr-mame2000.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-mame2000"
1313
rp_module_desc="Arcade emu - MAME 0.37b5 port for libretro"
1414
rp_module_help="ROM Extension: .zip\n\nCopy your MAME 0.37b5 roms to either $romdir/mame-mame4all or\n$romdir/arcade"
1515
rp_module_licence="NONCOM https://raw.githubusercontent.com/libretro/mame2000-libretro/master/readme.txt"
16-
rp_module_section="main"
16+
rp_module_section="opt armv6=main"
1717

1818
function _update_hook_lr-mame2000() {
1919
# move from old location and update emulators.cfg

scriptmodules/libretrocores/lr-mame2003.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-mame2003"
1313
rp_module_desc="Arcade emu - MAME 0.78 port for libretro"
1414
rp_module_help="ROM Extension: .zip\n\nCopy your MAME roms to either $romdir/mame-libretro or\n$romdir/arcade"
1515
rp_module_licence="NONCOM https://raw.githubusercontent.com/libretro/mame2003-libretro/master/LICENSE.md"
16-
rp_module_section="main"
16+
rp_module_section="main armv6=opt"
1717

1818
function _get_dir_name_lr-mame2003() {
1919
echo "mame2003"

scriptmodules/libretrocores/lr-parallel-n64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-parallel-n64"
1313
rp_module_desc="N64 emu - Highly modified Mupen64Plus port for libretro"
1414
rp_module_help="ROM Extensions: .z64 .n64 .v64\n\nCopy your N64 roms to $romdir/n64"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/parallel-n64/master/mupen64plus-core/LICENSES"
16-
rp_module_section="opt"
16+
rp_module_section="opt x86=main"
1717

1818
function depends_lr-parallel-n64() {
1919
local depends=()

scriptmodules/libretrocores/lr-pcsx-rearmed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="lr-pcsx-rearmed"
1313
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"
16-
rp_module_section="main"
16+
rp_module_section="opt arm=main"
1717

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

0 commit comments

Comments
 (0)