From a53a0f537c5cc08a416ef4e8648e2f195f202607 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Tue, 25 Jun 2019 12:36:57 +0100 Subject: [PATCH] Allow 32bit processes --- Facepunch.Steamworks/SteamClient.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Facepunch.Steamworks/SteamClient.cs b/Facepunch.Steamworks/SteamClient.cs index d7154e6..a5baa83 100644 --- a/Facepunch.Steamworks/SteamClient.cs +++ b/Facepunch.Steamworks/SteamClient.cs @@ -12,11 +12,6 @@ namespace Steamworks public static void Init( uint appid ) { - if ( IntPtr.Size != 8 ) - { - throw new System.Exception( "Only 64bit processes are currently supported" ); - } - System.Environment.SetEnvironmentVariable( "SteamAppId", appid.ToString() ); System.Environment.SetEnvironmentVariable( "SteamGameId", appid.ToString() );