From 764a2eb9cd05ff3baae6e75eaea63593b53df533 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 13 Apr 2020 23:44:01 -0700 Subject: [PATCH] loader: update anti-downgrade tables for 10.0.0 --- .../include/stratosphere/ncm/ncm_system_content_meta_id.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp b/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp index c05ae2a8..42d2531a 100644 --- a/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp +++ b/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp @@ -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 };