Skip to content

Commit

Permalink
Add links to origin sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Mar 16, 2024
1 parent 10f4d31 commit 2b008ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/bluepad32/controller/uni_controller_type.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
3. This notice may not be removed or altered from any source distribution.
*/

// Taken from:
// https://github.com/libsdl-org/SDL/blob/main/src/joystick/controller_type.c

#include "controller/uni_controller_type.h"

#include <stdbool.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
3. This notice may not be removed or altered from any source distribution.
*/

// Taken from:
// https://github.com/libsdl-org/SDL/blob/main/src/joystick/controller_list.h

// DO NOT INCLUDE.
// CAN ONLY BE INCLUDED FROM uni_controller_type.c

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
3. This notice may not be removed or altered from any source distribution.
*/

// Taken from:
// https://github.com/libsdl-org/SDL/blob/main/src/joystick/controller_type.h

#ifndef UNI_CONTROLLER_TYPE_H
#define UNI_CONTROLLER_TYPE_H

Expand Down

0 comments on commit 2b008ac

Please sign in to comment.