mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-04-01 23:16:53 +00:00
SDL_JoystickIndex was a 1.2 function.
This commit is contained in:
parent
a6665a6c08
commit
b8baa22a1b
|
@ -4533,10 +4533,6 @@ namespace SDL2
|
|||
int hat
|
||||
);
|
||||
|
||||
/* joystick refers to an SDL_Joystick* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int SDL_JoystickIndex(IntPtr joystick);
|
||||
|
||||
/* joystick refers to an SDL_Joystick* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler), MarshalCookie = LPUtf8StrMarshaler.LeaveAllocated)]
|
||||
|
|
Loading…
Reference in a new issue