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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-07 23:59:03 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-07 23:59:03 +0300
commitee6bd593d15552eed84763f090a0ff774d2234d9 (patch)
treef6838997b8c3b9fe8d6e22373fd3647b690f4c09
parent26aa02357ce05651d15fc6695cd437d095d361c2 (diff)
Release0.8
-rw-r--r--README.md4
-rw-r--r--core_modules/snes9x2010.hmod/readme.txt5
-rw-r--r--retroarch.hmod/readme.txt6
3 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 37f7d87..4bffd65 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ That's all. You can play near all NES games now as well as SNES, Genesis, N64, e
### Important notes
- To use RetroArch for any NES game, just add "--retroarch" to command line arguments. Use it if some of your NES games glitches with original NES Mini's emulator.
+- Also you can add "--retroarch" for SNES games on SNES Mini to use RetroArch instead of original emulator.
- To open RetroArch settings menu press Select + Start in game.
- To add RetroArch shortcut to NES Mini's shell, download and drag-and-drop CloverApp.zip to hakchi2.
- Make sure that your FDS games have .fds extension (NOT .nes) if you want to run them with built-in emulator (kachikachi)
@@ -47,6 +48,7 @@ That's all. You can play near all NES games now as well as SNES, Genesis, N64, e
- To use PicoDrive for all Genesis/Mega Drive games instead of Genesis Plus GX, install use_picodrive.hmod module from additional_mods.zip. Make sure that picodrive module is installed before installing use_picodrive!
- You can re-enable bilinear filtering in RetroArch's settings (Settings —> Video —> Bilinear Filtering)
- If you want to use RetroArch's XMB UI instead of RGUI, install xmb_assets.hmod from additional_mods.zip and change Menu Driver in Settings —> Driver —> Menu Driver to "xmb"
+- You need BIOS file to play FDS on SNES Mini while NES Classic Mini already contains it
Executables and arguments for all available cores:
@@ -106,4 +108,4 @@ Various additions, tweaks and fixes by pcm720
RetroArch/libretro project: https://www.libretro.com
-(c) 2017
+(c) 2017-2018
diff --git a/core_modules/snes9x2010.hmod/readme.txt b/core_modules/snes9x2010.hmod/readme.txt
index c5de846..55f3c10 100644
--- a/core_modules/snes9x2010.hmod/readme.txt
+++ b/core_modules/snes9x2010.hmod/readme.txt
@@ -6,8 +6,9 @@ Due to some bug in the core savestates do not work properly.
Available executables and arguments:
- /bin/snes <rom> <clover_args>
runs "snes9x2010" core
-- /bin/snes10 <rom> <clover_args>
- runs "snes9x2010" core
+
+For SNES Classic Mini users:
+please note that you can also add "--retroarch" argument to "clover-canoe-shvc" to use RetroArch instead of original emulator. Use it for problem games.
Core by libretro (Lakka for Raspberry Pi 2/3)
Module by pcm
diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt
index 846ea31..4ed38a4 100644
--- a/retroarch.hmod/readme.txt
+++ b/retroarch.hmod/readme.txt
@@ -1,5 +1,5 @@
=== RetroArch module for hakchi ===
-version 0.7
+version 0.8
This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES Mini.
@@ -28,10 +28,10 @@ Sometimes default emulator of NES mini is not working with some games when it sh
Known issues:
- Nintendo 64 save-states are not working, battery backup working fine
- 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
+
Cores by libretro, compiled by pcm
NES Mini port by madmonkey
NES Mini shell integration by Cluster
Additional modules by pcm
-(c) 2017
+(c) 2017-2018