File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ option("obse_xbyak", function()
3939end )
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" ),
You can’t perform that action at this time.
0 commit comments