lsteamclient: Move dos to unix path conversion to the unix side.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-10-02 23:20:43 +02:00 committed by Arkadiusz Hiler
parent fd5711e93b
commit 049342a555
58 changed files with 575 additions and 567 deletions

View file

@ -1798,10 +1798,8 @@ uint64_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails(
.linux_side = _this->u_iface,
.pszFileName = pszFileName,
};
params.pszFileName = steamclient_dos_to_unix_path( pszFileName, 0 );
TRACE("%p\n", _this);
STEAMCLIENT_CALL( ISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails, &params );
steamclient_free_path( params.pszFileName );
return params._ret;
}