mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-16 08:19:16 +01:00
docker format
This commit is contained in:
parent
56d3b85396
commit
11cd991d72
@ -38,10 +38,10 @@ int32_t main(int32_t argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::string configPath = "fs:/vol/external01/wiiu/autoboot.cfg";
|
||||
std::string configPath = "fs:/vol/external01/wiiu/autoboot.cfg";
|
||||
std::string drcSettingPath = "fs:/vol/external01/wiiu/drcenabled.cfg";
|
||||
if (argc >= 1) {
|
||||
configPath = std::string(argv[0]) + "/autoboot.cfg";
|
||||
configPath = std::string(argv[0]) + "/autoboot.cfg";
|
||||
drcSettingPath = std::string(argv[0]) + "/drcenabled.cfg";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user