mirror of
https://github.com/wiiu-env/LaunchInstaller.git
synced 2024-11-14 06:15:06 +01:00
Remove USB logging activation
This commit is contained in:
parent
5b8a36be66
commit
d594a76721
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user