mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-29 15:30:52 -06:00
core: Set boss as a online LLE module (#1952)
This commit is contained in:
parent
6201256e15
commit
be0f096f48
@ -69,7 +69,7 @@ const std::array<ServiceModuleInfo, 41> service_module_map{
|
||||
{"AC", 0x00040130'00002402, AC::InstallInterfaces, false},
|
||||
{"ACT", 0x00040130'00003802, ACT::InstallInterfaces, true},
|
||||
{"AM", 0x00040130'00001502, AM::InstallInterfaces, false},
|
||||
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, false},
|
||||
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, true},
|
||||
{"CAM", 0x00040130'00001602,
|
||||
[](Core::System& system) {
|
||||
CAM::InstallInterfaces(system);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user