Add pause to tools

This commit is contained in:
Yukino Song
2024-08-24 02:23:45 +08:00
parent 8bbd64f025
commit e06e1429fa
2 changed files with 4 additions and 0 deletions

View File

@@ -323,5 +323,7 @@ main(int argc, char *argv[]) {
audio::print_device(device);
}
system("pause");
return 0;
}