Skip to content

Commit

Permalink
Merge pull request #1310 from zerojay/lr-mess
Browse files Browse the repository at this point in the history
Add CreatiVision to libretro MESS core.
  • Loading branch information
joolswills committed Mar 1, 2016
2 parents d850486 + 7af778a commit 2b246cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scriptmodules/libretrocores/lr-mess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ function configure_lr-mess() {
mkRomDir "gameboy"
mkRomDir "coleco"
mkRomDir "arcadia"
mkRomDir "crvision"
ensureSystemretroconfig "nes"
ensureSystemretroconfig "gameboy"
ensureSystemretroconfig "coleco"
ensureSystemretroconfig "arcadia"
ensureSystemretroconfig "crvision"

setRetroArchCoreOption "mame_softlists_enable" "enabled"
setRetroArchCoreOption "mame_softlists_auto_media" "enabled"
Expand All @@ -50,4 +52,5 @@ function configure_lr-mess() {
addSystem 0 "$md_id" "gameboy" "$md_inst/mess_libretro.so"
addSystem 0 "$md_id" "coleco" "$md_inst/mess_libretro.so"
addSystem 0 "$md_id" "arcadia" "$md_inst/mess_libretro.so"
addSystem 0 "$md_id" "crvision" "$md_inst/mess_libretro.so"
}

0 comments on commit 2b246cd

Please sign in to comment.