mirror of
https://github.com/ApfelTeeSaft/azahar.git
synced 2026-08-26 19:23:31 +00:00
core: Enable LLE CECD and BOSS when online LLE modules are enabled (#1842)
This commit is contained in:
@@ -69,14 +69,14 @@ const std::array<ServiceModuleInfo, 41> service_module_map{
|
|||||||
{"AC", 0x00040130'00002402, AC::InstallInterfaces, false},
|
{"AC", 0x00040130'00002402, AC::InstallInterfaces, false},
|
||||||
{"ACT", 0x00040130'00003802, ACT::InstallInterfaces, true},
|
{"ACT", 0x00040130'00003802, ACT::InstallInterfaces, true},
|
||||||
{"AM", 0x00040130'00001502, AM::InstallInterfaces, false},
|
{"AM", 0x00040130'00001502, AM::InstallInterfaces, false},
|
||||||
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, false},
|
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, true},
|
||||||
{"CAM", 0x00040130'00001602,
|
{"CAM", 0x00040130'00001602,
|
||||||
[](Core::System& system) {
|
[](Core::System& system) {
|
||||||
CAM::InstallInterfaces(system);
|
CAM::InstallInterfaces(system);
|
||||||
Y2R::InstallInterfaces(system);
|
Y2R::InstallInterfaces(system);
|
||||||
},
|
},
|
||||||
false},
|
false},
|
||||||
{"CECD", 0x00040130'00002602, CECD::InstallInterfaces, false},
|
{"CECD", 0x00040130'00002602, CECD::InstallInterfaces, true},
|
||||||
{"CFG", 0x00040130'00001702, CFG::InstallInterfaces, false},
|
{"CFG", 0x00040130'00001702, CFG::InstallInterfaces, false},
|
||||||
{"DLP", 0x00040130'00002802, DLP::InstallInterfaces, true},
|
{"DLP", 0x00040130'00002802, DLP::InstallInterfaces, true},
|
||||||
{"DSP", 0x00040130'00001A02, DSP::InstallInterfaces, false},
|
{"DSP", 0x00040130'00001A02, DSP::InstallInterfaces, false},
|
||||||
|
|||||||
Reference in New Issue
Block a user