mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 13:32:51 -05:00
Update interface lookup
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -143,7 +143,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void parse_sdk(const fs::path& sdk_path, nlohmann::ordered_json& lookup, BS::thread_pool<>& pool) {
|
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);
|
const auto headers_dir_str = kb::path::to_str(headers_dir);
|
||||||
|
|
||||||
if(not fs::exists(headers_dir)) {
|
if(not fs::exists(headers_dir)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user