boot2: launch new eth sysmodule after bsdsockets

This commit is contained in:
Michael Scire 2022-10-11 15:47:29 -07:00 committed by SciresM
parent ed0572bd53
commit dddb5bfdea
2 changed files with 4 additions and 0 deletions

View file

@ -97,6 +97,7 @@ namespace ams::ncm {
static const SystemProgramId Ngct;
static const SystemProgramId Pgl;
static const SystemProgramId Omm;
static const SystemProgramId Eth;
static const SystemProgramId End;
@ -203,6 +204,7 @@ namespace ams::ncm {
inline constexpr const SystemProgramId SystemProgramId::Ngct = { 0x0100000000000041ul };
inline constexpr const SystemProgramId SystemProgramId::Pgl = { 0x0100000000000042ul };
inline constexpr const SystemProgramId SystemProgramId::Omm = { 0x0100000000000045ul };
inline constexpr const SystemProgramId SystemProgramId::Eth = { 0x0100000000000046ul };
inline constexpr const SystemProgramId SystemProgramId::End = { 0x01000000000007FFul };

View file

@ -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 */