stratosphere: fix command availability to include minor versions

This commit is contained in:
Michael Scire 2020-06-12 03:27:29 -07:00 committed by SciresM
parent 79e4c0ef6e
commit d165ec7162
6 changed files with 8 additions and 8 deletions

View file

@ -114,7 +114,7 @@ namespace ams::spl {
MAKE_SERVICE_COMMAND_META(LoadTitleKey),
MAKE_SERVICE_COMMAND_META(UnwrapCommonTitleKeyDeprecated, hos::Version_2_0_0, hos::Version_2_0_0),
MAKE_SERVICE_COMMAND_META(UnwrapCommonTitleKeyDeprecated, hos::Version_2_0_0, hos::Version_2_3_0),
MAKE_SERVICE_COMMAND_META(UnwrapCommonTitleKey, hos::Version_3_0_0),
MAKE_SERVICE_COMMAND_META(AllocateAesKeyslot /* Atmosphere extension: This was added in hos::Version_2_0_0, but is allowed on older firmware by atmosphere. */),