mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-16 00:15:05 +01:00
fix typo
This commit is contained in:
parent
7d63690a44
commit
56d3b85396
@ -38,8 +38,8 @@ int32_t main(int32_t argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::string configPath = "fs:/vol/exernal01/wiiu/autoboot.cfg";
|
||||
std::string drcSettingPath = "fs:/vol/exernal01/wiiu/drcenabled.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";
|
||||
drcSettingPath = std::string(argv[0]) + "/drcenabled.cfg";
|
||||
|
Loading…
Reference in New Issue
Block a user