Fix pszGUID string parameter
This commit is contained in:
parent
3ea9ae0ede
commit
eb23cc18a7
@ -4547,8 +4547,7 @@ namespace SDL2
|
|||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void SDL_JoystickGetGUIDString(
|
public static extern void SDL_JoystickGetGUIDString(
|
||||||
SDL_JoystickGUID guid,
|
SDL_JoystickGUID guid,
|
||||||
[MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
char[] pszGUID,
|
||||||
System.Text.StringBuilder pszGUID,
|
|
||||||
int cbGUID
|
int cbGUID
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user