Implemented ISteamGameServer

This commit is contained in:
acidicoala
2025-08-26 05:07:17 +05:00
parent 902476cb3e
commit 9f84425e4e
59 changed files with 151 additions and 123 deletions

View File

@@ -32,6 +32,9 @@ namespace smoke_api::cache {
}
bool save_dlcs(AppId_t app_id, const std::vector<DLC>& dlcs) noexcept {
static std::mutex section;
const std::lock_guard lock(section);
try {
LOG_DEBUG("Caching DLC IDs for the app: {}", app_id);