mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
core: Set boss as a online LLE module
This commit is contained in:
parent
6201256e15
commit
b223e9fb5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue