Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpcm720 <pcm720@gmail.com>2017-02-20 22:22:10 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 22:22:10 +0300
commit0fc2f200b95b680e3d01d2bfe2b6f70272ff960c (patch)
treebec839732e2fa6672a9295950b64c3441bfc27cb /README.md
parentd76e3b52fd2cd467bebaad916a655bbe74744c8b (diff)
Cores are now available as additional modules
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 21 insertions, 16 deletions
diff --git a/README.md b/README.md
index 48a80e4..87997ff 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,23 @@
-### RetroArch mod for hakchi ###
+### RetroArch module for hakchi ###
-This is hakchi/hakchi2 module which adds the RetroArch emulator to your NES Mini.
+This is a hakchi/hakchi2 module which adds libretro cores and RetroArch front-end to your NES Mini.
It will automatically detect unsupported NES games and run them instead of the default emulator. Save states will work as usual.
It can also run games for other consoles. This pack already contains the following cores:
-- fceumm (NES, many mappers, UNIF support)
-- nestopia (NES, FDS)
-- snes9x2010 (SNES)
-- gambatte_libretro (GB, GBC)
-- mgba (GBA)
-- genesis_plus_gx (SMS/Genesis/MD)
-- mupen64plus (N64)
+- fceumm (Famicom/Nintendo Entertainment System, many mappers, UNIF support)
+- nestopia (Famicom/Nintendo Entertainment System, Famicom Disk System)
+
+And the following cores are available as additional modules (in core_modules folder):
+- snes9x2010 (Super Famicom/Super Nintendo)
+- gambatte_libretro (Game Boy, Game Boy Color)
+- mgba (Game Boy Advance)
+- genesis_plus_gx (Sega Master System, Genesis/Mega Drive, Game Gear)
+- mupen64plus (Nintendo 64)
- stella (Atari 2600)
- mednafen_pce_fast (PC Engine/Turbografx 16)
-Available executables and arguments:
+Executables and arguments for all available cores:
- /bin/retroarch-clover <core> <rom> <clover_args>
runs RetroArch with specified core,
@@ -29,14 +31,16 @@ Available executables and arguments:
runs "mgba" core
- /bin/md <rom> <clover_args>
runs "genesis_plus_gx" core
- - /bin/nes <rom> <clover_args>
- runs "fceumm" core
- /bin/sms <rom> <clover_args>
- runs "emux_sms" core
+ runs "genesis_plus_gx" core
+ - /bin/gg <rom> <clover_args>
+ runs "genesis_plus_gx" core
+ - /bin/nes <rom> <clover_args>
+ runs "fceumm" core or "nestopia" core
- /bin/snes <rom> <clover_args>
runs "snes9x2010" core
- /bin/n64 <rom> <clover_args>
- runs "mupen64plus" core
+ runs "mupen64plus" core or "glupen64" core
- /bin/a26 <rom> <clover_args>
runs "stella" core
- /bin/pce <rom> <clover_args>
@@ -44,7 +48,7 @@ Available executables and arguments:
- /bin/retroarch-mini [core] [rom] [args]
runs RetroArch directly, without clover intergration
- /bin/retroarch
- RetroArch itself
+ RetroArch binary
Sometimes default emulator of NES Mini is not working with some games when it should. So you can just add "--retroarch" command line argument to use RetroArch.
@@ -65,12 +69,13 @@ The following changes were made in this fork:
- Added mednafen_pce_fast as PCE/TG16 core
- Enter RetroArch in-game menu by pressing Select + Start
- Added template for adding new cores via hakchi module system
+- Cores are now represented as additional modules
NES Mini port by madmonkey
NES Mini shell integration by Cluster
-Module additions by pcm720
+Various additions, tweaks and fixes by pcm720
RetroArch/libretro project: https://www.libretro.com