mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-22 19:09:14 +01:00
Fix the fallback config path
This commit is contained in:
parent
60fa230e19
commit
f756a3c985
@ -38,7 +38,7 @@ int32_t main(int32_t argc, char **argv) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string configPath = "fs:/vol/exernal01/wiiu/autoboot.cfg";
|
std::string configPath = "fs:/vol/external01/wiiu/autoboot.cfg";
|
||||||
if (argc >= 1) {
|
if (argc >= 1) {
|
||||||
configPath = std::string(argv[0]) + "/autoboot.cfg";
|
configPath = std::string(argv[0]) + "/autoboot.cfg";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user