Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobid7 committed Feb 4, 2021
1 parent b8095df commit 581008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int main()
gfxInitDefault();
ndspInit();
consoleInit(GFX_TOP, NULL);
printf("BCSTM-Player by Tobi-D7\n\nPress X to Stop Player!\nPress Y to reopen file!\nPress Start to exit!\n");
printf("BCSTM-Player by Tobi-D7\nVersion:0.2.0\n\nPress X to Stop Player!\nPress Y to reopen file!\nPress Start to exit!\n");
BCSTM file;
file.openFromFile("sdmc:/music.bcstm");
file.play();
Expand Down

0 comments on commit 581008a

Please sign in to comment.