Bump to v3.1.2

This commit is contained in:
acidicoala
2025-09-11 19:10:40 +05:00
parent 24b381a834
commit 5debdc819f
5 changed files with 8 additions and 5 deletions

View File

@@ -74,6 +74,9 @@ namespace {
const auto steamclient_versions = find_steamclient_versions(steamapi_handle);
for(const auto& steamclient_version : steamclient_versions) {
if(CreateInterface$(steamclient_version.c_str(), nullptr)) {
// TODO: This is not true when running under Proton.
// Even before initialization, an interface will be returned,
// but GetISteamGenericInterface will still fail.
LOG_WARN("'{}' was already initialized. SmokeAPI might not work as expected.", steamclient_version);
LOG_WARN("Probable cause: SmokeAPI was injected too late. If possible, try injecting it earlier.");