mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00
The HORIPAD S uses the Xbox 360 protocol on all platforms and shows up as multiple styles of controller, depending on what model you have.
This commit is contained in:
@@ -328,11 +328,6 @@ static SDL_bool
|
||||
AlwaysUsesLabels(int vendor_id, int product_id, ESwitchDeviceInfoControllerType eControllerType)
|
||||
{
|
||||
/* These controllers don't have a diamond button configuration, so always use labels */
|
||||
if (vendor_id == 0x0f0d && product_id == 0x00dc) {
|
||||
/* The HORIPAD S, which comes in two flavors: a GameCube style and an arcade pad style,
|
||||
* neither of which should have their buttons remapped */
|
||||
return SDL_TRUE;
|
||||
}
|
||||
switch (eControllerType) {
|
||||
case k_eSwitchDeviceInfoControllerType_NESLeft:
|
||||
case k_eSwitchDeviceInfoControllerType_NESRight:
|
||||
|
Reference in New Issue
Block a user