boot2: launch omm before am

This commit is contained in:
Michael Scire
2022-03-22 11:09:46 -07:00
committed by SciresM
parent 81005fa3f8
commit 07f91f0a83
2 changed files with 4 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ namespace ams::ncm {
static const SystemProgramId Nd;
static const SystemProgramId Ngct;
static const SystemProgramId Pgl;
static const SystemProgramId Omm;
static const SystemProgramId End;
@@ -201,6 +202,7 @@ namespace ams::ncm {
inline constexpr const SystemProgramId SystemProgramId::Nd = { 0x0100000000000040ul };
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::End = { 0x01000000000007FFul };