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