RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.03k stars 1.38k forks source link

lr-reicast.sh needs minor correction to BIOS directory #2242

Closed movisman closed 5 years ago

movisman commented 6 years ago

Hi,

Just noticed a minor thing when trying out lr-reicast in experimental.

The module help says to put the BIOS in $biosdir, but this doesn't work. The BIOS needs to go into $biosdir\dc which gets created when the module is installed.

In normal non-libretro Reicast, the BIOS does go into $biosdir.

Can the help text either be updated to add the DC path, or perhaps the symlinks changed so it looks for the BIOS in $biosdir instead rather than the DC directory (that way both libretro and non-libretro share the same BIOS directory)? Not sure if this has any negative effect.

Cheers

movisman commented 5 years ago

Hi Jools,

I just noticed by chance that you resolved this back in August, so now both emulators share the same symlink to $biosdir\dc and the help doc is now updated.

Thanks for resolving this.

The commit was this one: https://github.com/RetroPie/RetroPie-Setup/commit/f3a230acce5ff5f69d1bfb63d88654b3927f5075#diff-2b6fa75a751f841d1743afde1e18c092

I'll close this off.

Cheers