From ceef3f60d316c88be02f8df59746b85b9538a447 Mon Sep 17 00:00:00 2001 From: FIX94 Date: Sun, 27 Nov 2016 00:52:06 +0100 Subject: [PATCH] -using /dev/mcp instead of /dev/iosuhax because of on-the-fly wupserver usage --- source/iosuhax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iosuhax.c b/source/iosuhax.c index 99a560e..fb9911b 100644 --- a/source/iosuhax.c +++ b/source/iosuhax.c @@ -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; }