Skip to content

Commit

Permalink
added "dbs/import.db" -> "Inject to Emunand"
Browse files Browse the repository at this point in the history
It is a fast and easy way to remove the update nag from emunand.
Like this POC:
https://gbatemp.net/threads/poc-removing-update-nag-on-emunand.399460/

can the theme maker please create a "file5.bin" GUI png?
  • Loading branch information
halop committed Nov 5, 2015
1 parent ac330f0 commit e082d9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rxtools/source/features/nandtools.c
Expand Up @@ -44,6 +44,7 @@ static struct {
{"LocalFriendCodeSeed_B", "rw/sys"},
{"rand_seed", "rw/sys"},
{"ticket.db", "dbs"},
{"import.db", "dbs"},
};

static Menu CoolFilesMenu = {
Expand All @@ -54,6 +55,7 @@ static Menu CoolFilesMenu = {
{ L" LocalFriendCodeSeed_B", &SelectFile, "fil2.bin" },
{ L" rand_seed", &SelectFile, "fil3.bin" },
{ L" ticket.db", &SelectFile, "fil4.bin" },
{ L" import.db", &SelectFile, "fil5.bin" },
},
nCoolFiles,
0,
Expand Down

0 comments on commit e082d9d

Please sign in to comment.