Skip to content

Commit

Permalink
Merge branch 'master' into safety1
Browse files Browse the repository at this point in the history
  • Loading branch information
KitLing authored Oct 14, 2017
2 parents 6f4600b + 97bc740 commit 773a8ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flashcart_core
1 change: 0 additions & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ void ntrboot_dump_flash() {
}

if (selected_flashcart->readFlash(0, length, mem)) {
ShowPrompt(BOTTOM_SCREEN, false, "Read from flash successfully.");
//Create folder if it doesn't exist
struct stat st;
if (stat("fat1:/ntrboot", &st) == -1) {
Expand Down

0 comments on commit 773a8ad

Please sign in to comment.