mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 19:12:42 +02:00
loader: update anti-downgrade tables for 10.0.0
This commit is contained in:
parent
c2017825e6
commit
764a2eb9cd
@ -95,6 +95,7 @@ namespace ams::ncm {
|
||||
static const SystemProgramId Dt;
|
||||
static const SystemProgramId Nd;
|
||||
static const SystemProgramId Ngct;
|
||||
static const SystemProgramId Pgl;
|
||||
|
||||
static const SystemProgramId End;
|
||||
};
|
||||
@ -192,6 +193,7 @@ namespace ams::ncm {
|
||||
inline constexpr const SystemProgramId SystemProgramId::Dt = { 0x010000000000003Ful };
|
||||
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::End = { 0x01000000000007FFul };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user