mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
boot2: launch dmnt.gen2 over dmnt, when using htc
This commit is contained in:
parent
b61797224d
commit
206516411f
2 changed files with 7 additions and 6 deletions
|
@ -101,6 +101,7 @@ namespace ams::ncm {
|
|||
|
||||
static const SystemProgramId Manu;
|
||||
static const SystemProgramId Htc;
|
||||
static const SystemProgramId DmntGen2;
|
||||
static const SystemProgramId DevServer;
|
||||
};
|
||||
|
||||
|
@ -205,6 +206,7 @@ namespace ams::ncm {
|
|||
|
||||
inline constexpr const SystemProgramId SystemProgramId::Manu = { 0x010000000000B14Aul };
|
||||
inline constexpr const SystemProgramId SystemProgramId::Htc = { 0x010000000000B240ul };
|
||||
inline constexpr const SystemProgramId SystemProgramId::DmntGen2 = { 0x010000000000D60Cul };
|
||||
inline constexpr const SystemProgramId SystemProgramId::DevServer = { 0x010000000000D623ul };
|
||||
|
||||
inline constexpr bool IsSystemProgramId(const ProgramId &program_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue