From 49afbd8a631f1edbce53f5de0a609fe66964f6ba Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 15 Jul 2021 19:03:18 -0700 Subject: [PATCH] fix dmnt.gen2 title id (not sure how I typo'd this) --- .../include/stratosphere/ncm/ncm_system_content_meta_id.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp b/libraries/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp index 502d9e57e..f65c22d6c 100644 --- a/libraries/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp +++ b/libraries/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp @@ -206,7 +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::DmntGen2 = { 0x010000000000D609ul }; inline constexpr const SystemProgramId SystemProgramId::DevServer = { 0x010000000000D623ul }; inline constexpr bool IsSystemProgramId(const ProgramId &program_id) {