Skip to content

Commit 3bad23d

Browse files
authored
Merge pull request #3572 from cmitu/unmessing
lr-mess: update the binary core target result
2 parents 4d06d65 + 21d203c commit 3bad23d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/libretrocores/lr-mess.sh

+3-3
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)