From 9414fad774f053f7bf54896aee48b2d53a6c6c60 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Mon, 3 Jun 2019 10:51:39 +1000 Subject: [PATCH] Use /// --- nx/include/switch/services/fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index d9499025..1ada360c 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -189,10 +189,10 @@ Result fsOpenDataStorageByDataId(FsStorage* out, u64 dataId, FsStorageId storage Result fsOpenDeviceOperator(FsDeviceOperator* out); Result fsOpenSdCardDetectionEventNotifier(FsEventNotifier* out); -// Retrieves the rights id corresponding to the content path. Only available on [2.0.0+]. +/// Retrieves the rights id corresponding to the content path. Only available on [2.0.0+]. Result fsGetRightsIdByPath(const char* path, FsRightsId* out_rights_id); -// Retrieves the rights id and key generation corresponding to the content path. Only available on [3.0.0+]. +/// Retrieves the rights id and key generation corresponding to the content path. Only available on [3.0.0+]. Result fsGetRightsIdAndKeyGenerationByPath(const char* path, u8* out_key_generation, FsRightsId* out_rights_id); // todo: Rest of commands here