From bb2a394701f3a67b780e561be653f30913e6c1a1 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 18 Feb 2017 06:53:13 +0300 Subject: Update README.md --- README.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c7970b2..c58b7ff 100644 --- a/README.md +++ b/README.md @@ -1 +1,47 @@ -# retroarch-clover \ No newline at end of file +### RetroArch mod for hakchi ### + +This is hakchi/hakchi2 module which adds the RetroArch emulator 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: +- emux_sms +- fceumm +- gambatte_libretro +- genesis_plus_gx +- nestopia +- snes9x2010 + +Available executables and arguments: + + - retroarch-clover + runs retroarch with specified core, + designed for executing from clover shell, + so it parses all clover arguments (saves, aspect ratio, etc.) + - /bin/gb + runs "gambatte" core + - /bin/md + runs "genesis_plus_gx" core + - /bin/nes + runs "fceumm" core + - /bin/sms + runs "emux_sms" core + - /bin/snes + runs "snes9x2010" core + - /bin/n64 + runs "mupen64plus" core + - /bin/retroarch-mini [core] [rom] [args] + runs RetroArch directly, without clover intergration + - /bin/retroarch + RetroArch itself + +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. + + +NES Mini port by madmonkey + +NES Mini shell integration by Cluster + +RetroArch/libretro project: https://www.libretro.com + +(c) 2017 -- cgit v1.2.3