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 /retroarch.hmod/readme.txt
parentd76e3b52fd2cd467bebaad916a655bbe74744c8b (diff)
Cores are now available as additional modules
Diffstat (limited to 'retroarch.hmod/readme.txt')
-rw-r--r--retroarch.hmod/readme.txt55
1 files changed, 8 insertions, 47 deletions
diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt
index 686b651..18ff3e7 100644
--- a/retroarch.hmod/readme.txt
+++ b/retroarch.hmod/readme.txt
@@ -1,7 +1,7 @@
-=== RetroArch mod for hakchi ===
-version 0.1mod
+=== RetroArch module for hakchi ===
+version 0.2_mod
-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 frontend 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.
@@ -9,44 +9,19 @@ It can also run games for other consoles. This pack already contains the followi
- 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)
-- stella (Atari 2600)
-- mednafen_pce_fast (PC Engine/Turbografx 16)
Available executables and arguments:
- /bin/retroarch-clover <core> <rom> <clover_args>
runs RetroArch with specified core,
designed for executing from clover shell,
- so it parses all clover arguments (saves, aspect ratio, etc.)
-- /bin/gb <rom> <clover_args>
- runs "gambatte" core
-- /bin/gbc <rom> <clover_args>
- runs "gambatte" core
-- /bin/gba <rom> <clover_args>
- runs "mgba" core
-- /bin/md <rom> <clover_args>
- runs "genesis_plus_gx" core
+ so it parses all clover arguments (saves, aspect ratio, etc.)
- /bin/nes <rom> <clover_args>
- runs "fceumm" core
-- /bin/sms <rom> <clover_args>
- runs "emux_sms" core
-- /bin/snes <rom> <clover_args>
- runs "snes9x2010" core
-- /bin/n64 <rom> <clover_args>
- runs "mupen64plus" core
-- /bin/a26 <rom> <clover_args>
- runs "stella" core
-- /bin/pce <rom> <clover_args>
- runs "mednafen_pce_fast" core
+ runs "fceumm" core or "nestopia" for FDS games
- /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.
@@ -55,22 +30,8 @@ Known issues:
- Default CRT filter is not working, scanlines shader added instead, only for NES
- It's recommended to turn your NES Mini off from shell, not during game
-------
-The following changes were made in this modification:
-Added Stella core for Atari 2600 emulation
-System dir is now '~/system'
-Core info dir is now '~/info'
-RGUI default browser dir is now '/usr/share/games/nes/kachikachi' instead of '/'
-Disabled bilinear filtering for every preset
-Enabled integer scaling
-Greyscale palette for Gambatte core
-Use mGBA as GBA core
-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 by libretro
NES Mini port by madmonkey
NES Mini shell integration by Cluster
-Module additions by pcm
+Additional modules by pcm
(c) 2017