mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-25 11:16:47 +00:00
Removed debug print statements
This commit is contained in:
parent
62f2379e4c
commit
7861f924ea
|
@ -960,13 +960,11 @@ ReadJoyConControllerType(SDL_HIDAPI_Device *device)
|
|||
break;
|
||||
}
|
||||
}
|
||||
printf("Attempts: %d\n", attempts);
|
||||
SDL_hid_close(device->dev);
|
||||
device->dev = NULL;
|
||||
}
|
||||
SDL_free(ctx);
|
||||
}
|
||||
printf("Controller type %d\n", eControllerType);
|
||||
return eControllerType;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue