mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-26 06:22:51 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc8ee85e19 |
@@ -234,7 +234,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void init_proxy_mode([[maybe_unused]] void* self_module_handle) {
|
void init_proxy_mode([[maybe_unused]] void* self_module_handle) {
|
||||||
is_hook_mode = true;
|
is_hook_mode = false;
|
||||||
|
|
||||||
original_steamapi_handle = kb::lib::load_original_library(kb::paths::get_self_dir(), STEAM_API_MODULE);
|
original_steamapi_handle = kb::lib::load_original_library(kb::paths::get_self_dir(), STEAM_API_MODULE);
|
||||||
#ifdef KB_LINUX
|
#ifdef KB_LINUX
|
||||||
|
|||||||
Reference in New Issue
Block a user