mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-03-25 19:59:19 +03:00
Client.UseThisCall
This commit is contained in:
parent
3a9c1962a1
commit
b2db9b5304
@ -198,5 +198,11 @@ namespace Facepunch.Steamworks
|
||||
//return () => Valve.Steamworks.SteamAPI.UnregisterCallback( ptr );
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Some platforms allow/need CallingConvention.ThisCall. If you're crashing with argument null
|
||||
/// errors on certain platforms, try flipping this to true.
|
||||
/// </summary>
|
||||
public bool UseThisCall { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user