mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 10:57:40 +00:00
Added controller mapping for the Nimbus+ controller on macOS when MFi support is not available
This commit is contained in:
parent
6b21a6ccc6
commit
24e836b0db
2 changed files with 4 additions and 2 deletions
|
@ -1672,6 +1672,7 @@ SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, c
|
|||
{ "Performance Designed Products", "PDP" },
|
||||
{ "HORI CO.,LTD.", "HORI" },
|
||||
{ "HORI CO.,LTD", "HORI" },
|
||||
{ "Unknown ", "" },
|
||||
};
|
||||
const char *custom_name;
|
||||
char *name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue