mdqinc / SDL_GameControllerDB

A community sourced database of game controller mappings to be used with SDL2 Game Controller functionality

Home Page:http://libsdl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8BitDo Ultimate C Wired Linux

MasterControlProgram opened this issue · comments

Used SDL2 Gamepad Tool which provided mapping with errors for both triggers and one dpad direction. Trigger errors were obvious fix. Figured out dpad fix using info from Issue #175. Tested successfully.

03000000c82d00001730000011010000,8BitDo Ultimate C Wired Controller,a:b0,b:b1,x:b3,y:b4,back:b10,guide:b12,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4,platform:Linux,

There's already an entry with the same GUID, mappings, and platform, but a different name. Does that mean there are multiple controllers with the same GUID, or could the name be inaccurate in the existing entry?

Also, the existing entry appears to be missing the comma between name and mappings.

commented

could the name be inaccurate in the existing entry

I've used "8BitDo Ultimate C" for all models of this device.

the existing entry appears to be missing the comma between name and mappings

Corrected in 4256db5