mirror of
https://github.com/wiiu-env/libiosuhax.git
synced 2024-11-27 11:34:15 +01:00
-using /dev/mcp instead of /dev/iosuhax because of on-the-fly wupserver usage
This commit is contained in:
parent
989724c15f
commit
ceef3f60d3
@ -67,7 +67,7 @@ int IOSUHAX_Open(void)
|
||||
if(iosuhaxHandle >= 0)
|
||||
return iosuhaxHandle;
|
||||
|
||||
iosuhaxHandle = IOS_Open("/dev/iosuhax", 0);
|
||||
iosuhaxHandle = IOS_Open("/dev/mcp", 0);
|
||||
return iosuhaxHandle;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user