mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-27 15:02:51 -05:00
Compare commits
2 Commits
e2b126c8b6
...
v4.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc8ee85e19 | ||
|
|
5aaa9ed151 |
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: 189697dec7...383a354d77
@@ -218,7 +218,7 @@ Where `<GameExe32>` and `<GameExe64>` correspond to the actual filename of the g
|
||||
- `TheEscapists2.x86_64` (64-bit)
|
||||
- `_linux/darkest.bin.x86` (32-bit)
|
||||
- `_linux/darkest.bin.x86_64` (64-bit)
|
||||
- `bin/linux_x64/eurotrucks2` (64-bit)
|
||||
- `eurotrucks2` (64-bit)
|
||||
- `binaries/victoria3` (64-bit)
|
||||
|
||||
And so on. Notice that Linux executables do not have `.exe` extension like on Windows, so make sure to copy the entire
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -234,7 +234,7 @@ namespace {
|
||||
}
|
||||
|
||||
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);
|
||||
#ifdef KB_LINUX
|
||||
|
||||
Reference in New Issue
Block a user