Added controller mapping for the Nimbus+ controller on macOS when MFi support is not available

This commit is contained in:
Sam Lantinga 2021-07-06 10:00:09 -07:00
parent 6b21a6ccc6
commit 24e836b0db
2 changed files with 4 additions and 2 deletions

View file

@ -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;