Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed May 12, 2024
1 parent 74b1564 commit 332d3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ int main(int argc, char **argv)
consoleInit(&bottomScreen, 3,BgType_Text4bpp, BgSize_T_256x256, 31, 0, false, true);

consoleSelect(&topScreen);
printf(" NDS B+F dumper 1.2.1\n");
printf(" NDS B+F dumper 1.3.0\n");
printf("=------------------=\n");

if(!fatInitDefault()) {
Expand Down

0 comments on commit 332d3e2

Please sign in to comment.