Skip to content

Commit

Permalink
update the prompt text
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Zhao <zdm65477730@126.com>
  • Loading branch information
zdm65477730 committed Nov 4, 2022
1 parent 616f554 commit 4c52c05
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 @@ -138,7 +138,7 @@ int main(void){

out.close();

std::cout << "Read " << valid << " entries - dumped to sdmc:/playlog.txt" << std::endl;
std::cout << "Read " << valid << " entries - dumped to playlog.txt under current homebrew application folder" << std::endl;
std::cout << "Press any key to exit" << std::endl;
consoleUpdate(NULL);

Expand Down

0 comments on commit 4c52c05

Please sign in to comment.