Skip to content

Commit

Permalink
Fixes Recalbox paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0 committed Mar 5, 2021
1 parent 63db42e commit c4c753d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,19 @@
"src": "overlays/configs",
"dest": {
"retropie": "all/retroarch/overlay/arcade-realistic",
"recalbox": "overlays/fba_libretro/arcade-realistic"
"recalbox": "overlays/fbneo/arcade-realistic"
}
},
"common": {
"src": "overlays/configs/common",
"dest": {
"retropie": "all/retroarch/overlay/arcade-realistic/common",
"recalbox": "overlays/fba_libretro/arcade-realistic/common"
"recalbox": "overlays/fbneo/arcade-realistic/common"
}
},
"base": {
"retropie": "/opt/retropie/configs/all/retroarch/overlay/",
"recalbox": "/recalbox/share/overlays/fba_libretro/"
"recalbox": "/recalbox/share/overlays/fbneo/"
}
},
{
Expand All @@ -113,12 +113,12 @@
"src": "overlays/configs",
"dest": {
"retropie": "all/retroarch/overlay/arcade-artwork",
"recalbox": "overlays/fba_libretro/arcade-artwork"
"recalbox": "overlays/fbneo/arcade-artwork"
}
},
"base": {
"retropie": "/opt/retropie/configs/all/retroarch/overlay/",
"recalbox": "/recalbox/share/overlays/fba_libretro/"
"recalbox": "/recalbox/share/overlays/fbneo/"
}
}
],
Expand Down Expand Up @@ -149,7 +149,7 @@
},
"romFolders": {
"retropie": [ "arcade", "fba", "mame", "mame-libretro", "neogeo" ],
"recalbox": [ "fba", "fba_libretro", "mame" ]
"recalbox": [ "fba", "fbneo", "mame" ]
}
}
}
2 changes: 1 addition & 1 deletion src/pages/help/knownsystems.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Known systems</h2>
<li>
Edit the paths in the downloaded cfg files:
<ul>
<li>Move the files located in <code>overlays/fba_libretro/arcade-xxxx/</code> where you want
<li>Move the files located in <code>overlays/fbneo/arcade-xxxx/</code> where you want
(including the "common" folder).</li>
<li>Move the <code>overlays/roms/romname.zip.cfg</code> files where they need to be; it depends
on the system: next to the roms? In a special folder? Check the doc, ask around.</li>
Expand Down

0 comments on commit c4c753d

Please sign in to comment.