mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: build fixes
This commit is contained in:
parent
c7d6c1f18b
commit
f9f3754f09
224 changed files with 4009 additions and 5342 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include "steam_defs.h"
|
||||
#include "steamworks_sdk_142/steam_api.h"
|
||||
#include "cppISteamUser_SteamUser019.h"
|
||||
#include "struct_converters_142.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
@ -32,10 +33,7 @@ void cppISteamUser_SteamUser019_TerminateGameConnection(void *linux_side, uint32
|
|||
|
||||
void cppISteamUser_SteamUser019_TrackAppUsageEvent(void *linux_side, CGameID gameID, int eAppUsageEvent, const char * pchExtraInfo)
|
||||
{
|
||||
CGameID lin_gameID;
|
||||
win_to_lin_struct_CGameID_142(&gameID, &lin_gameID);
|
||||
((ISteamUser*)linux_side)->TrackAppUsageEvent(lin_gameID, (int)eAppUsageEvent, (const char *)pchExtraInfo);
|
||||
lin_to_win_struct_CGameID_142(&lin_gameID, &gameID);
|
||||
((ISteamUser*)linux_side)->TrackAppUsageEvent((CGameID)gameID, (int)eAppUsageEvent, (const char *)pchExtraInfo);
|
||||
}
|
||||
|
||||
bool cppISteamUser_SteamUser019_GetUserDataFolder(void *linux_side, char * pchBuffer, int cubBuffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue