mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-11-23 19:59:19 +01:00
GC - avoid mload reload on ios 58 before nintendont startup
This commit is contained in:
parent
cc9fe8e1ca
commit
e05df33fc4
@ -717,7 +717,8 @@ int ReloadIOS(int subsys, int verbose)
|
|||||||
printf(".");
|
printf(".");
|
||||||
}
|
}
|
||||||
|
|
||||||
// mload ehc & dip
|
// mload ehc & dip only for cIOS
|
||||||
|
if (CFG.ios >= 202) {
|
||||||
if (CFG.ios_mload) {
|
if (CFG.ios_mload) {
|
||||||
ret = load_ehc_module_ex(verbose);
|
ret = load_ehc_module_ex(verbose);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
@ -729,7 +730,7 @@ int ReloadIOS(int subsys, int verbose)
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (is_ios_type(IOS_TYPE_WANIN) && IOS_GetRevision() >= 18) {
|
if (is_ios_type(IOS_TYPE_WANIN) && IOS_GetRevision() >= 18) {
|
||||||
//load_dip_249();
|
//load_dip_249();
|
||||||
mk_mload_version();
|
mk_mload_version();
|
||||||
|
Loading…
Reference in New Issue
Block a user