We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c56dba commit 845aad4Copy full SHA for 845aad4
1 file changed
include/dolphin/pad.h
@@ -157,7 +157,7 @@ const char* PADGetNativeAxisName(PADSignedNativeAxis axis);
157
/**
158
* Returns the SDL gamepad for the index into the controller map.
159
*/
160
-SDL_Gamepad* PADGetSDLGamepadForIndex(u32 index);
+struct SDL_Gamepad* PADGetSDLGamepadForIndex(u32 index);
161
/* Returns the first native button which is currently pressed */
162
s32 PADGetNativeButtonPressed(u32 port);
163
/* Returns the first native axis which is currently pulled halfway or more */
0 commit comments