From b7b0ca2d8e597b6c150db839c31575987ecdc850 Mon Sep 17 00:00:00 2001 From: Reisyukaku Date: Wed, 13 Jan 2016 17:47:03 -0500 Subject: [PATCH] Updated to support hax 2.5, edited README, supports devkitpro 45, etc --- README.md | 12 +++++++----- ninjhax/.gitmodules | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 ninjhax/.gitmodules diff --git a/README.md b/README.md index d672f95..651e10a 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,15 @@ Pre-compiled version can still be found on my [pastebin](http://pastebin.com/c5A **Features:** -* Ninjhax 2.5 and MSET support! +* Ninjhax and MSET support! -* Sig checks disabled! +* Sig checks disabled -* Basic ARM9 thread with screenshot and RAM dump capabilities! +* screenshots (set for pokemon game offsets currently) [Select Button + X] -* Emunand up to latest firmware! (with 'Rei' version string) +* RAM dump (currently set for FCRAM) [Start Button + X] + +* emunand (with 'Rei' version string) **Credits:** @@ -30,7 +32,7 @@ Pre-compiled version can still be found on my [pastebin](http://pastebin.com/c5A 3DBREW for saving me plenty of reverse engineering time. - Patois/Cakes for Brahma code. + Patois for Brahma code. Normmatt for sdmmc.c and generally being helpful! diff --git a/ninjhax/.gitmodules b/ninjhax/.gitmodules new file mode 100644 index 0000000..76fcade --- /dev/null +++ b/ninjhax/.gitmodules @@ -0,0 +1,3 @@ +[submodule "source/libkhax"] + path = source/libkhax + url = git://github.com/Myriachan/libkhax