Skip to content

Commit 2a95dd0

Browse files
committed
lr-mame/lr-mess: modify build parameters
Update the build parameters so: - optimization level matches RetroPie's compiler options (-O2) - removed `PYTHON` pre-set since it's set now to `python3` by default - disable PortAudio, not needed since audio is handled by RetroArch
1 parent 636a178 commit 2a95dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/libretrocores/lr-mame.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rp_module_section="exp"
1818
rp_module_flags=""
1919

2020
function _get_params_lr-mame() {
21-
local params=(OSD=retro RETRO=1 NOWERROR=1 OS=linux TARGETOS=linux CONFIG=libretro NO_USE_MIDI=1 TARGET=mame PYTHON_EXECUTABLE=python3)
21+
local params=(OSD=retro RETRO=1 NOWERROR=1 OS=linux OPTIMIZE=2 TARGETOS=linux CONFIG=libretro NO_USE_MIDI=1 NO_USE_PORTAUDIO=1 TARGET=mame)
2222
isPlatform "64bit" && params+=(PTR64=1)
2323
echo "${params[@]}"
2424
}

0 commit comments

Comments
 (0)