You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ((!GSteamStats) || (!GSteamStats->RequestCurrentStats()))
Function RequestCurrentStats no longer exists, so Steamshim launcher does not compile anymore.
Code snippet rom Steamworks SDK public/steam/isteamuserstats.h file modififed on 2024-11-05:
// Note: this call is no longer required as it is managed by the Steam client// The game stats and achievements will be synchronized with Steam before// the game process begins.// virtual bool RequestCurrentStats() = 0;
The text was updated successfully, but these errors were encountered:
RealRTCW/code/steamshim/launcher/steamshim_parent.cpp
Line 600 in 7c98f37
Function
RequestCurrentStats
no longer exists, so Steamshim launcher does not compile anymore.Code snippet rom Steamworks SDK
public/steam/isteamuserstats.h
file modififed on 2024-11-05:The text was updated successfully, but these errors were encountered: