Added attribution for GIP protocol handling (thanks @medusalix!)

main
Sam Lantinga 2024-01-09 11:43:12 -08:00
parent 3a219caf3d
commit 6407e0cc37
1 changed files with 4 additions and 0 deletions

View File

@ -1154,6 +1154,10 @@ static SDL_bool HIDAPI_DriverXboxOne_UpdateInitState(SDL_DriverXboxOne_Context *
return SDL_TRUE; return SDL_TRUE;
} }
/* GIP protocol handling adapted under the Zlib license with permission from @medusalix:
* https://github.com/medusalix/xone/blob/master/bus/protocol.h
* https://github.com/medusalix/xone/blob/master/bus/protocol.c
*/
#define GIP_HEADER_MIN_LENGTH 3 #define GIP_HEADER_MIN_LENGTH 3
/* Internal commands */ /* Internal commands */