File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ namespace F4SE
4848
4949 static std::once_flag once;
5050 std::call_once (once, [&]() {
51- const auto mod = REL::Module::GetSingleton ();
52- mod->load (L" Fallout4.exe" sv, L" F4SE_RUNTIME" sv);
53-
5451 const auto iddb = REL::IDDB::GetSingleton ();
5552 iddb->load (" Data/F4SE/Plugins/version-{}.bin" sv);
5653
Original file line number Diff line number Diff line change @@ -39,11 +39,12 @@ option("rex_toml", function()
3939end )
4040
4141-- require packages
42- add_requires (" commonlib-shared d72a3d06def7cbcb960c5a15db0e7c4fceb36463 " , { configs = {
42+ add_requires (" commonlib-shared 2c5ddece35e5e4acaea9df45c6e2c35dfefb9575 " , { configs = {
4343 rex_ini = has_config (" rex_ini" ),
4444 rex_json = has_config (" rex_json" ),
4545 rex_toml = has_config (" rex_toml" ),
46- xse_xbyak = has_config (" obse_xbyak" )
46+ xse_mmio = true ,
47+ xse_xbyak = has_config (" f4se_xbyak" )
4748} })
4849
4950-- define targets
@@ -54,9 +55,6 @@ target("commonlibf4", function()
5455 -- set build by default
5556 set_default (os.scriptdir () == os.projectdir ())
5657
57- -- set build group
58- set_group (" commonlibf4" )
59-
6058 -- add packages
6159 add_packages (" commonlib-shared" , { public = true })
6260
You can’t perform that action at this time.
0 commit comments