Skip to content

Commit

Permalink
-added vwii boot option to cbhc
Browse files Browse the repository at this point in the history
-made installer more stable on exit
  • Loading branch information
FIX94 committed Jan 13, 2017
1 parent bf5e1d9 commit 8492589
Show file tree
Hide file tree
Showing 33 changed files with 3,636 additions and 151 deletions.
2 changes: 2 additions & 0 deletions dsrom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ setup:
@cd hbl_loader && make && cd ..
@cd iosu_patcher && make && cd ..
@cd option_select && make && cd ..
@cd vwii_loader && make && cd ..

setup_animalcrossing:
@rm -f defines.s $(ROP_BIN) haxchi_rop_hook.bin
Expand Down Expand Up @@ -271,4 +272,5 @@ clean:
@cd hbl_loader && make clean && cd ..
@cd iosu_patcher && make clean && cd ..
@cd option_select && make clean && cd ..
@cd vwii_loader && make clean && cd ..
@echo "all cleaned up !"
Loading

0 comments on commit 8492589

Please sign in to comment.