Fix the fallback config path

This commit is contained in:
Maschell 2022-03-30 16:35:12 +02:00
parent 60fa230e19
commit f756a3c985
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ int32_t main(int32_t argc, char **argv) {
return 0;
}
std::string configPath = "fs:/vol/exernal01/wiiu/autoboot.cfg";
std::string configPath = "fs:/vol/external01/wiiu/autoboot.cfg";
if (argc >= 1) {
configPath = std::string(argv[0]) + "/autoboot.cfg";
}