mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-05 01:59:49 +00:00
Fixed leftover internal names
This commit is contained in:
parent
4868a53683
commit
00f353693e
|
@ -3545,7 +3545,7 @@ namespace SDL2
|
||||||
/* joystick refers to an SDL_Joystick* */
|
/* joystick refers to an SDL_Joystick* */
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
||||||
public static extern string INTERNAL_SDL_JoystickName(
|
public static extern string SDL_JoystickName(
|
||||||
IntPtr joystick
|
IntPtr joystick
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -3711,7 +3711,7 @@ namespace SDL2
|
||||||
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
||||||
public static extern string INTERNAL_SDL_GameControllerNameForIndex(
|
public static extern string SDL_GameControllerNameForIndex(
|
||||||
int joystick_index
|
int joystick_index
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue