Remove USB logging activation

This commit is contained in:
Maschell 2021-12-25 23:57:42 +01:00
parent 5b8a36be66
commit d594a76721

View File

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