Skip to content

Commit 33bc26f

Browse files
authored
Merge pull request #3393 from hlad/patch-1
lr-vice missing addSystem
2 parents 463ad39 + c3769b0 commit 33bc26f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scriptmodules/libretrocores/lr-vice.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ function configure_lr-vice() {
6363
fi
6464
addEmulator "$def" "$md_id${name}" "c64" "$md_inst/vice_${target}_libretro.so"
6565
done
66+
67+
addSystem "c64"
6668

6769
[[ "$md_mode" == "remove" ]] && return
6870

0 commit comments

Comments
 (0)