mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:25:34 +00:00
Fix pszGUID string parameter
This commit is contained in:
parent
3ea9ae0ede
commit
eb23cc18a7
|
@ -4547,8 +4547,7 @@ namespace SDL2
|
|||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SDL_JoystickGetGUIDString(
|
||||
SDL_JoystickGUID guid,
|
||||
[MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LPUtf8StrMarshaler))]
|
||||
System.Text.StringBuilder pszGUID,
|
||||
char[] pszGUID,
|
||||
int cbGUID
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue