From 7ccf9415f908fab45e20a19fad1ca8dbb76ef01a Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 12 Jun 2020 03:27:29 -0700 Subject: [PATCH] stratosphere: fix command availability to include minor versions --- .../include/stratosphere/ncm/ncm_i_content_storage.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstratosphere/include/stratosphere/ncm/ncm_i_content_storage.hpp b/libstratosphere/include/stratosphere/ncm/ncm_i_content_storage.hpp index f310278a..abe07067 100644 --- a/libstratosphere/include/stratosphere/ncm/ncm_i_content_storage.hpp +++ b/libstratosphere/include/stratosphere/ncm/ncm_i_content_storage.hpp @@ -113,9 +113,9 @@ namespace ams::ncm { MAKE_SERVICE_COMMAND_META(RevertToPlaceHolder, hos::Version_2_0_0), MAKE_SERVICE_COMMAND_META(SetPlaceHolderSize, hos::Version_2_0_0), MAKE_SERVICE_COMMAND_META(ReadContentIdFile, hos::Version_2_0_0), - MAKE_SERVICE_COMMAND_META(GetRightsIdFromPlaceHolderIdDeprecated, hos::Version_2_0_0, hos::Version_2_0_0), + MAKE_SERVICE_COMMAND_META(GetRightsIdFromPlaceHolderIdDeprecated, hos::Version_2_0_0, hos::Version_2_3_0), MAKE_SERVICE_COMMAND_META(GetRightsIdFromPlaceHolderId, hos::Version_3_0_0), - MAKE_SERVICE_COMMAND_META(GetRightsIdFromContentIdDeprecated, hos::Version_2_0_0, hos::Version_2_0_0), + MAKE_SERVICE_COMMAND_META(GetRightsIdFromContentIdDeprecated, hos::Version_2_0_0, hos::Version_2_3_0), MAKE_SERVICE_COMMAND_META(GetRightsIdFromContentId, hos::Version_3_0_0), MAKE_SERVICE_COMMAND_META(WriteContentForDebug, hos::Version_2_0_0), MAKE_SERVICE_COMMAND_META(GetFreeSpaceSize, hos::Version_2_0_0),