Update interface lookup

This commit is contained in:
acidicoala
2025-12-26 19:59:18 +05:00
parent 5910de7f27
commit 1f7a31d938
2 changed files with 4469 additions and 4273 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -143,7 +143,7 @@ namespace {
}
void parse_sdk(const fs::path& sdk_path, nlohmann::ordered_json& lookup, BS::thread_pool<>& pool) {
const auto headers_dir = sdk_path / "headers\\steam";
const auto headers_dir = sdk_path / "headers" / "steam";
const auto headers_dir_str = kb::path::to_str(headers_dir);
if(not fs::exists(headers_dir)) {