mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 18:35:13 -04:00
boot2: launch new eth sysmodule after bsdsockets
This commit is contained in:
parent
ed0572bd53
commit
dddb5bfdea
2 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,7 @@ namespace ams::boot2 {
|
|||
ncm::SystemProgramId::Wlan, /* wlan */
|
||||
ncm::SystemProgramId::Bluetooth, /* bluetooth */
|
||||
ncm::SystemProgramId::BsdSockets, /* bsdsockets */
|
||||
ncm::SystemProgramId::Eth, /* eth */
|
||||
ncm::SystemProgramId::Nifm, /* nifm */
|
||||
ncm::SystemProgramId::Ldn, /* ldn */
|
||||
ncm::SystemProgramId::Account, /* account */
|
||||
|
@ -94,6 +95,7 @@ namespace ams::boot2 {
|
|||
ncm::SystemProgramId::Wlan, /* wlan */
|
||||
ncm::SystemProgramId::Bluetooth, /* bluetooth */
|
||||
ncm::SystemProgramId::BsdSockets, /* bsdsockets */
|
||||
ncm::SystemProgramId::Eth, /* eth */
|
||||
ncm::SystemProgramId::Nifm, /* nifm */
|
||||
ncm::SystemProgramId::Ldn, /* ldn */
|
||||
ncm::SystemProgramId::Account, /* account */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue