Skip to content

Commit

Permalink
Updated menu & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Nov 13, 2016
1 parent adbbbee commit c753016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.30"
#define VERSION_NAME "Hourglass9 v1.35"
#define LOG_FILE "Hourglass9.log"

// hacky handling of D9 game dir stuff
Expand Down
4 changes: 2 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ MenuInfo menu[] =
{
"Miscellaneous Options", 6, // ID 3
{
{ "SysNAND title to CIA", &ConvertSdToCia, 0 },
{ "EmuNAND title to CIA", &ConvertSdToCia, N_EMUNAND },
{ "SysNAND title to CIA", &ConvertSdToCia, GC_CIA_DEEP },
{ "EmuNAND title to CIA", &ConvertSdToCia, GC_CIA_DEEP | N_EMUNAND },
{ "GBA VC Save Dump", &DumpGbaVcSave, 0 },
{ "GBA VC Save Inject", &InjectGbaVcSave, N_NANDWRITE },
{ "NCCH Padgen", &NcchPadgen, 0 },
Expand Down

0 comments on commit c753016

Please sign in to comment.