mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-04 21:49:40 +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* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
||||
public static extern string INTERNAL_SDL_JoystickName(
|
||||
public static extern string SDL_JoystickName(
|
||||
IntPtr joystick
|
||||
);
|
||||
|
||||
|
@ -3711,7 +3711,7 @@ namespace SDL2
|
|||
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
||||
public static extern string INTERNAL_SDL_GameControllerNameForIndex(
|
||||
public static extern string SDL_GameControllerNameForIndex(
|
||||
int joystick_index
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue