Skip to content

Commit

Permalink
oh the most important things
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyZ authored and JimmyZ committed Sep 21, 2017
1 parent 694279f commit be63307
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(DEVKITARM)/ds_rules
export TARGET := twlnf
export TOPDIR := $(CURDIR)

export VERSION := 0.0.2
export VERSION := 0.1.0

.PHONY: arm7/$(TARGET).elf arm9/$(TARGET).elf

Expand Down
2 changes: 2 additions & 0 deletions arm9/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ int main(int argc, const char * const argv[]) {
}
}

df(nand_root, 1);

if ((ret = scripting_init()) != 0) {
fatUnmount(nand_vol_name);
exit_with_prompt(ret);
Expand Down
2 changes: 2 additions & 0 deletions image test mode.argv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
twlnf.nds
--img-test

0 comments on commit be63307

Please sign in to comment.