-using /dev/mcp instead of /dev/iosuhax because of on-the-fly wupserver usage

This commit is contained in:
FIX94 2016-11-27 00:52:06 +01:00
parent 989724c15f
commit ceef3f60d3

View File

@ -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;
}