Skip to content

Commit ee6bd59

Browse files
committed
Release
1 parent 26aa023 commit ee6bd59

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ That's all. You can play near all NES games now as well as SNES, Genesis, N64, e
3131
### Important notes
3232

3333
- 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.
34+
- Also you can add "--retroarch" for SNES games on SNES Mini to use RetroArch instead of original emulator.
3435
- To open RetroArch settings menu press Select + Start in game.
3536
- To add RetroArch shortcut to NES Mini's shell, download and drag-and-drop CloverApp.zip to hakchi2.
3637
- 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
4748
- 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!
4849
- You can re-enable bilinear filtering in RetroArch's settings (Settings —> Video —> Bilinear Filtering)
4950
- 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"
51+
- You need BIOS file to play FDS on SNES Mini while NES Classic Mini already contains it
5052

5153
Executables and arguments for all available cores:
5254

@@ -106,4 +108,4 @@ Various additions, tweaks and fixes by pcm720
106108

107109
RetroArch/libretro project: https://www.libretro.com
108110

109-
(c) 2017
111+
(c) 2017-2018

core_modules/snes9x2010.hmod/readme.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Due to some bug in the core savestates do not work properly.
66
Available executables and arguments:
77
- /bin/snes <rom> <clover_args>
88
runs "snes9x2010" core
9-
- /bin/snes10 <rom> <clover_args>
10-
runs "snes9x2010" core
9+
10+
For SNES Classic Mini users:
11+
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.
1112

1213
Core by libretro (Lakka for Raspberry Pi 2/3)
1314
Module by pcm

retroarch.hmod/readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== RetroArch module for hakchi ===
2-
version 0.7
2+
version 0.8
33

44
This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES Mini.
55

@@ -28,10 +28,10 @@ Sometimes default emulator of NES mini is not working with some games when it sh
2828
Known issues:
2929
- Nintendo 64 save-states are not working, battery backup working fine
3030
- Default CRT filter is not working, scanlines shader added instead, only for NES
31-
- It's recommended to turn your NES Mini off from shell, not during game
31+
3232

3333
Cores by libretro, compiled by pcm
3434
NES Mini port by madmonkey
3535
NES Mini shell integration by Cluster
3636
Additional modules by pcm
37-
(c) 2017
37+
(c) 2017-2018

0 commit comments

Comments
 (0)