mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-04-20 03:01:58 -04:00
lsteamclient: Add support for ARM64.
This commit is contained in:
committed by
Arkadiusz Hiler
parent
7436180e78
commit
8ff40aad6e
@@ -13,7 +13,7 @@ NTSTATUS ISteamClient_SteamClient008_CreateSteamPipe( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_CreateSteamPipe( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_CreateSteamPipe_params *params = (struct wow64_ISteamClient_SteamClient008_CreateSteamPipe_params *)args;
|
||||
@@ -31,7 +31,7 @@ NTSTATUS ISteamClient_SteamClient008_BReleaseSteamPipe( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_BReleaseSteamPipe( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_BReleaseSteamPipe_params *params = (struct wow64_ISteamClient_SteamClient008_BReleaseSteamPipe_params *)args;
|
||||
@@ -49,7 +49,7 @@ NTSTATUS ISteamClient_SteamClient008_ConnectToGlobalUser( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_ConnectToGlobalUser( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_ConnectToGlobalUser_params *params = (struct wow64_ISteamClient_SteamClient008_ConnectToGlobalUser_params *)args;
|
||||
@@ -67,7 +67,7 @@ NTSTATUS ISteamClient_SteamClient008_CreateLocalUser( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_CreateLocalUser( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_CreateLocalUser_params *params = (struct wow64_ISteamClient_SteamClient008_CreateLocalUser_params *)args;
|
||||
@@ -85,7 +85,7 @@ NTSTATUS ISteamClient_SteamClient008_ReleaseUser( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_ReleaseUser( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_ReleaseUser_params *params = (struct wow64_ISteamClient_SteamClient008_ReleaseUser_params *)args;
|
||||
@@ -103,7 +103,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamUser( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamUser( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamUser_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamUser_params *)args;
|
||||
@@ -121,7 +121,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamGameServer( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamGameServer( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamGameServer_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamGameServer_params *)args;
|
||||
@@ -139,7 +139,7 @@ NTSTATUS ISteamClient_SteamClient008_SetLocalIPBinding( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_SetLocalIPBinding( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_SetLocalIPBinding_params *params = (struct wow64_ISteamClient_SteamClient008_SetLocalIPBinding_params *)args;
|
||||
@@ -157,7 +157,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamFriends( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamFriends( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamFriends_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamFriends_params *)args;
|
||||
@@ -175,7 +175,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamUtils( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamUtils( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamUtils_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamUtils_params *)args;
|
||||
@@ -193,7 +193,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamMatchmaking( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamMatchmaking( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamMatchmaking_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamMatchmaking_params *)args;
|
||||
@@ -211,7 +211,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamMasterServerUpdater( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamMasterServerUpdater( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamMasterServerUpdater_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamMasterServerUpdater_params *)args;
|
||||
@@ -229,7 +229,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamMatchmakingServers( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamMatchmakingServers( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamMatchmakingServers_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamMatchmakingServers_params *)args;
|
||||
@@ -247,7 +247,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamGenericInterface( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamGenericInterface( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamGenericInterface_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamGenericInterface_params *)args;
|
||||
@@ -265,7 +265,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamUserStats( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamUserStats( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamUserStats_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamUserStats_params *)args;
|
||||
@@ -283,7 +283,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamApps( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamApps( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamApps_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamApps_params *)args;
|
||||
@@ -301,7 +301,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamNetworking( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamNetworking( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamNetworking_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamNetworking_params *)args;
|
||||
@@ -319,7 +319,7 @@ NTSTATUS ISteamClient_SteamClient008_GetISteamRemoteStorage( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetISteamRemoteStorage( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetISteamRemoteStorage_params *params = (struct wow64_ISteamClient_SteamClient008_GetISteamRemoteStorage_params *)args;
|
||||
@@ -337,7 +337,7 @@ NTSTATUS ISteamClient_SteamClient008_RunFrame( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_RunFrame( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_RunFrame_params *params = (struct wow64_ISteamClient_SteamClient008_RunFrame_params *)args;
|
||||
@@ -355,7 +355,7 @@ NTSTATUS ISteamClient_SteamClient008_GetIPCCallCount( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_GetIPCCallCount( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_GetIPCCallCount_params *params = (struct wow64_ISteamClient_SteamClient008_GetIPCCallCount_params *)args;
|
||||
@@ -374,7 +374,7 @@ NTSTATUS ISteamClient_SteamClient008_SetWarningMessageHook( void *args )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
NTSTATUS wow64_ISteamClient_SteamClient008_SetWarningMessageHook( void *args )
|
||||
{
|
||||
struct wow64_ISteamClient_SteamClient008_SetWarningMessageHook_params *params = (struct wow64_ISteamClient_SteamClient008_SetWarningMessageHook_params *)args;
|
||||
|
||||
Reference in New Issue
Block a user