diff --git a/Facepunch.Steamworks/Client.cs b/Facepunch.Steamworks/Client.cs index 9bc66e3..f605d28 100644 --- a/Facepunch.Steamworks/Client.cs +++ b/Facepunch.Steamworks/Client.cs @@ -198,5 +198,11 @@ namespace Facepunch.Steamworks //return () => Valve.Steamworks.SteamAPI.UnregisterCallback( ptr ); return null; } + + /// + /// Some platforms allow/need CallingConvention.ThisCall. If you're crashing with argument null + /// errors on certain platforms, try flipping this to true. + /// + public bool UseThisCall { get; set; } } }