From 3c5dd789610b7c488c04285bc022b218b7b31c8c Mon Sep 17 00:00:00 2001 From: Ryan 'Swingflip' Hamlin Date: Tue, 26 Jun 2018 13:09:55 +0100 Subject: Added Hakchi Platform --- hakchi/readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hakchi/readme.md (limited to 'hakchi/readme.md') diff --git a/hakchi/readme.md b/hakchi/readme.md new file mode 100644 index 0000000..35ed3c5 --- /dev/null +++ b/hakchi/readme.md @@ -0,0 +1,23 @@ +----------------------- +Name: SNES9x2005 +Creator: Libretro +Category: RetroArch Cores +----------------------- +=== SNES9x2005 Core for RetroArch === + +Module adds support for Super Famicom / Super Nintendo + +Available executables and arguments to run Core: +- /bin/snes +- /bin/snes02 + +Core by libretro + +Built and assembled by HakchiCloud - [Website](https://hakchiresources.com) + +Hakchi module system by madmonkey + +NES/SNES Mini shell integration by Cluster + +(c) 2016-2018 + -- cgit v1.2.3 From b650caa89c2e269b58307f548b89a39640c76dac Mon Sep 17 00:00:00 2001 From: Ryan 'Swingflip' Hamlin Date: Tue, 26 Jun 2018 13:37:56 +0100 Subject: Fixed Typo --- hakchi/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hakchi/readme.md') diff --git a/hakchi/readme.md b/hakchi/readme.md index 35ed3c5..18bc086 100644 --- a/hakchi/readme.md +++ b/hakchi/readme.md @@ -9,7 +9,7 @@ Module adds support for Super Famicom / Super Nintendo Available executables and arguments to run Core: - /bin/snes -- /bin/snes02 +- /bin/snes05 Core by libretro -- cgit v1.2.3