Skip to content

Commit

Permalink
Merge pull request #3885 from cmitu/mame-update2
Browse files Browse the repository at this point in the history
lr-mame/lr-mess: modify build parameters
  • Loading branch information
joolswills authored Mar 12, 2024
2 parents 440d7c8 + 2a95dd0 commit 5683e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/libretrocores/lr-mame.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rp_module_section="exp"
rp_module_flags=""

function _get_params_lr-mame() {
local params=(OSD=retro RETRO=1 NOWERROR=1 OS=linux TARGETOS=linux CONFIG=libretro NO_USE_MIDI=1 TARGET=mame PYTHON_EXECUTABLE=python3)
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)
isPlatform "64bit" && params+=(PTR64=1)
echo "${params[@]}"
}
Expand Down

0 comments on commit 5683e78

Please sign in to comment.