Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Updated to v2021-03-24.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofilo committed Mar 25, 2021
1 parent b39770e commit f267220
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 46 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Categories=retroarch;
X-OD-NeedsDownscaling=true
```

This are the cores offered by the latest version of RetroArch released at the time of writing.
This are the cores offered by the latest version of RetroArch released at the time of writing (2021-03-25).

* fbalpha2012_cps1_libretro: CPS1
* fbalpha2012_cps2_libretro: CPS2
Expand Down Expand Up @@ -70,14 +70,16 @@ This are the cores offered by the latest version of RetroArch released at the ti
* scummvm_libretro: ScummVM
* tic80_libretro: TIC-80
* potator_libretro: Watara Supervision
* dosbox_pure_libretro: DOSBox
* o2em_libretro: Magnavox Odyssey2, Phillips Videopac+

Therefore, we have to make one OPK at least for each of them. We say *at least* because the option of making an OPK for each "core/system to emulate" combination can be considered.

## Installer

As there are several pieces necessary for the set to work, an installer has been created to install everything you need in one go. Specifically, the installer integrates this items:

* 33 OPKs to launch the different core/system combinations independently from different frontends (GMenu2X, SimpleMenu, PyMenu, EmulationStation, etc.) by previously selecting the ROM (Explorer mode).
* 35 OPKs to launch the different core/system combinations independently from different frontends (GMenu2X, SimpleMenu, PyMenu, EmulationStation, etc.) by previously selecting the ROM (Explorer mode).
* Binary `retroarch` in common location (`/media/data/local/bin`) to be invoked by former OPKs to not be cloned inside them.
* Configurations for all the cores differentiated by screen, that is, adequate configurations for 320x240 or 640x480 are installed depending on the screen detected. The settings have been adopted from the Retro Game Corps recommendations in [this guide](https://retrogamecorps.com/2020/12/24/guide-retroarch-on-rg350-and-rg280-devices/).
* GMenu2X filters by extension for each system (including `7z` in all systems and `chd` in CD systems).
Expand Down
32 changes: 0 additions & 32 deletions files/dosbox_pure/dosbox_pure_libretro.info

This file was deleted.

Binary file removed files/dosbox_pure/dosbox_pure_libretro.so
Binary file not shown.
Binary file removed files/dosbox_pure/retroarch_rg350_DOSBOX.opk
Binary file not shown.
6 changes: 0 additions & 6 deletions files/dosbox_pure/retroarch_rg350_DOSBOX_exec.shf

This file was deleted.

Binary file modified files/retroarch/apps_ra.tgz
Binary file not shown.
Binary file modified files/retroarch/links.tgz
Binary file not shown.
Binary file modified files/retroarch/retroarch
Binary file not shown.
Binary file modified files/retroarch/retroarch.tgz
Binary file not shown.
Binary file modified files/retroarch/retroarch_rg350.opk
Binary file not shown.
5 changes: 0 additions & 5 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ if [ -f bios.tgz ] ; then
tar -xzf bios.tgz -C /media/data/local/home/.retroarch/system
chown -R root:root /media/data/local/home/.retroarch
fi
# Installing DosBox Pure core
cp -f files/dosbox_pure/retroarch_rg350_DOSBOX.opk /media/data/apps
cp -f files/dosbox_pure/retroarch_rg350_DOSBOX_exec.shf /media/data/local/home/.gmenu2x/sections/retroarch
cp -f files/dosbox_pure/dosbox_pure_libretro.info /media/data/local/home/.retroarch/core_info
cp -f files/dosbox_pure/dosbox_pure_libretro.so /media/data/local/home/.retroarch/cores
sync
echo " DONE"

Expand Down
2 changes: 1 addition & 1 deletion v
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-03-12
2021-03-24

0 comments on commit f267220

Please sign in to comment.