Fixed steam_api failing to open when using gamedata.
This commit is contained in:
@@ -60,7 +60,11 @@ SteamWorksGSDetours::SteamWorksGSDetours()
|
|||||||
pConfig = g_SteamWorks.pSWGameData->GetGameData();
|
pConfig = g_SteamWorks.pSWGameData->GetGameData();
|
||||||
if (pConfig)
|
if (pConfig)
|
||||||
{
|
{
|
||||||
pLibSteamPath = pConfig->GetKeyValue("LibSteamAPI");
|
const char *kvLibSteamAPI = pConfig->GetKeyValue("LibSteamAPI");
|
||||||
|
if (kvLibSteamAPI)
|
||||||
|
{
|
||||||
|
pLibSteamPath = kvLibSteamAPI;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user