From 9d7f968773c85563617b5c16d97ad0be4651c0c0 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 27 Oct 2019 21:19:13 -0400 Subject: [PATCH] NcmContentMetaKey title_id field renamed to id. --- nx/include/switch/services/ncm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/ncm.h b/nx/include/switch/services/ncm.h index e5803ba9..ce248c2d 100644 --- a/nx/include/switch/services/ncm.h +++ b/nx/include/switch/services/ncm.h @@ -70,7 +70,7 @@ typedef struct { /// ContentMetaKey typedef struct { - u64 title_id; ///< Title id. + u64 id; ///< Id. u32 version; ///< Title version. u8 type; ///< \ref NcmContentMetaType u8 install_type; ///< \ref NcmContentInstallType