Skip to content

Commit

Permalink
Added cart dumping options
Browse files Browse the repository at this point in the history
... also bringing a major restructuring of the code
  • Loading branch information
d0k3 committed Aug 23, 2016
1 parent d15fa62 commit 995df94
Show file tree
Hide file tree
Showing 30 changed files with 3,202 additions and 685 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include $(DEVKITARM)/ds_rules
#---------------------------------------------------------------------------------
export TARGET := Hourglass9
BUILD := build
SOURCES := source source/fatfs source/decryptor
SOURCES := source source/fatfs source/decryptor source/gamecart
DATA := data
INCLUDES := source source/font source/fatfs

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Hourglass9 is nothing new - all the functionality found within it is in Decrypt9
* __Restore your SysNAND / EmuNAND__ - to return to an earlier state. _This will never overwrite your existing arm9loaderhax installation_.
* __Validate existing NAND dumps__ - to make sure they are ready to restore.
* __Dump & Inject the Health and Safety app__ - to setup a CIA installer in your system. More info [here](https://gbatemp.net/threads/release-inject-any-app-into-health-safety-o3ds-n3ds-cfw-only.402236/).
* Dump retail game cartridges to .3DS / .CIA / .NDS.
* __A nice dragon logo on the bottom screen__ - you wouldn't have expected this, right?

While the stuff written above should be enough for the average user, advanced users will still need to use Decrypt9 for more specific modifications of their console OS. Also keep in mind that __you alone or responsible for keeping your backups safe and not losing them__.
Expand Down
2 changes: 1 addition & 1 deletion source/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define BUFFER_MAX_SIZE ((u32) (1 * 1024 * 1024))

// info / log file name
#define VERSION_NAME "Hourglass9 v1.10"
#define VERSION_NAME "Hourglass9 v1.20"
#define LOG_FILE "Hourglass9.log"

static inline u32 strchrcount(const char* str, char symbol) {
Expand Down
Loading

0 comments on commit 995df94

Please sign in to comment.