mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
Use ///
This commit is contained in:
parent
3adb7f9918
commit
9414fad774
@ -189,10 +189,10 @@ Result fsOpenDataStorageByDataId(FsStorage* out, u64 dataId, FsStorageId storage
|
|||||||
Result fsOpenDeviceOperator(FsDeviceOperator* out);
|
Result fsOpenDeviceOperator(FsDeviceOperator* out);
|
||||||
Result fsOpenSdCardDetectionEventNotifier(FsEventNotifier* 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);
|
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);
|
Result fsGetRightsIdAndKeyGenerationByPath(const char* path, u8* out_key_generation, FsRightsId* out_rights_id);
|
||||||
// todo: Rest of commands here
|
// todo: Rest of commands here
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user