Skip to content

Commit 21d203c

Browse files
committed
lr-mess: update the binary core target result
Recent changes in upstream MAME changed the resulting target filename, consequently the libretro core file needs to be renamed.
1 parent a59179a commit 21d203c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/libretrocores/lr-mess.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ function build_lr-mess() {
3131
make clean
3232
make "${params[@]}"
3333
rpSwap off
34-
md_ret_require="$md_build/mess_libretro.so"
34+
md_ret_require="$md_build/mamemess_libretro.so"
3535
}
3636

3737
function install_lr-mess() {
3838
md_ret_files=(
3939
'COPYING'
40-
'mess_libretro.so'
40+
'mamemess_libretro.so'
4141
'README.md'
4242
'hash'
4343
)
4444
}
4545

4646
function configure_lr-mess() {
4747
local module="$1"
48-
[[ -z "$module" ]] && module="mess_libretro.so"
48+
[[ -z "$module" ]] && module="mamemess_libretro.so"
4949

5050
local system
5151
for system in nes gb coleco arcadia crvision; do

0 commit comments

Comments
 (0)