Updated Koalabox with hook fixes

This commit is contained in:
acidicoala
2023-03-11 17:11:32 +04:00
parent 6b9cb115c3
commit 98c61f6e46
8 changed files with 12 additions and 26 deletions

View File

@@ -7,11 +7,9 @@
#include <koalabox/dll_monitor.hpp>
#include <koalabox/logger.hpp>
#include <koalabox/hook.hpp>
#include <koalabox/cache.hpp>
#include <koalabox/loader.hpp>
#include <koalabox/win_util.hpp>
#include <koalabox/util.hpp>
//#include <steam_api_exports/steam_api_exports.hpp>
#if COMPILE_STORE_MODE
#include <store_mode/store.hpp>
@@ -93,8 +91,6 @@ namespace smoke_api {
// time stamp only when this file gets recompiled.
LOG_INFO("🐨 {} v{} | Compiled at '{}'", PROJECT_NAME, PROJECT_VERSION, __TIMESTAMP__)
koalabox::cache::init_cache(paths::get_cache_path());
const auto exe_path = Path(koalabox::win_util::get_module_file_name_or_throw(nullptr));
const auto exe_name = exe_path.filename().string();