mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Added attribution for GIP protocol handling (thanks @medusalix!)
This commit is contained in:
@@ -1154,6 +1154,10 @@ static SDL_bool HIDAPI_DriverXboxOne_UpdateInitState(SDL_DriverXboxOne_Context *
|
||||
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
|
||||
|
||||
/* Internal commands */
|
||||
|
Reference in New Issue
Block a user