From d594a767216a2b2d11ccfbf8fbf75745907be3eb Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 25 Dec 2021 23:57:42 +0100 Subject: [PATCH] Remove USB logging activation --- source/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index 625759a..0e1d637 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -33,10 +33,6 @@ int main(int argc, char **argv) { if (mcpFd >= 0) { int out = 0; IOS_Ioctl(mcpFd, 100, &request, sizeof(request), &out, sizeof(out)); - - int in = 0xFA; // IPC_CUSTOM_START_USB_LOGGING - IOS_Ioctl(mcpFd, 100, &in, sizeof(in), &out, sizeof(out)); - IOS_Close(mcpFd); }