Skip to content

Commit fffea1e

Browse files
committed
fix: Module change
1 parent 9b7d262 commit fffea1e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/OBSE/API.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ namespace OBSE
4444

4545
static std::once_flag once;
4646
std::call_once(once, [&]() {
47-
const auto mod = REL::Module::GetSingleton();
48-
mod->load(L"OblivionRemastered-Win64-Shipping.exe"sv, L"OBSE_RUNTIME"sv);
49-
5047
if (info.iddb) {
5148
const auto iddb = REL::IDDB::GetSingleton();
5249
iddb->load("OBSE/Plugins/versionlib-{}.bin"sv);

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ option("obse_xbyak", function()
3939
end)
4040

4141
-- require packages
42-
add_requires("commonlib-shared d72a3d06def7cbcb960c5a15db0e7c4fceb36463", { configs = {
42+
add_requires("commonlib-shared 75981b8181925dc09fdda11ac86ff6f6425e634f", { configs = {
4343
rex_ini = has_config("rex_ini"),
4444
rex_json = has_config("rex_json"),
4545
rex_toml = has_config("rex_toml"),

0 commit comments

Comments
 (0)