Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added notes that this code was contributed by Valve
  • Loading branch information
slouken committed Aug 9, 2018
1 parent 99759ba commit 31b0224
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/joystick/hidapi/SDL_hidapi_ps4.c
Expand Up @@ -18,6 +18,9 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
/* This driver supports both simplified reports and the extended input reports enabled by Steam.
Code and logic contributed by Valve Corporation under the SDL zlib license.
*/
#include "../../SDL_internal.h"

#ifdef SDL_JOYSTICK_HIDAPI
Expand Down
3 changes: 3 additions & 0 deletions src/joystick/hidapi/SDL_hidapi_switch.c
Expand Up @@ -18,6 +18,9 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
/* This driver supports the Nintendo Switch Pro controller.
Code and logic contributed by Valve Corporation under the SDL zlib license.
*/
#include "../../SDL_internal.h"

#ifdef SDL_JOYSTICK_HIDAPI
Expand Down

0 comments on commit 31b0224

Please sign in to comment.