Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Nov 19, 2023
1 parent a4d61e9 commit c7dc53c
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 @@ -272,7 +272,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.0\n");
printf(" NDS B+F dumper 1.2.1\n");
printf("=------------------=\n");

if(!fatInitDefault()) {
Expand Down

0 comments on commit c7dc53c

Please sign in to comment.