mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Fix comments
This commit is contained in:
parent
0a2d094fe9
commit
4ad2d1ab87
@ -9,12 +9,12 @@
|
||||
#include "../services/fs.h"
|
||||
#include "../services/sm.h"
|
||||
|
||||
/// NcmContentStorage
|
||||
/// ContentStorage
|
||||
typedef struct {
|
||||
Service s; ///< IContentStorage
|
||||
} NcmContentStorage;
|
||||
|
||||
/// NcmContentMetaDatabase
|
||||
/// ContentMetaDatabase
|
||||
typedef struct {
|
||||
Service s; ///< IContentMetaDatabase
|
||||
} NcmContentMetaDatabase;
|
||||
@ -86,7 +86,7 @@ typedef struct {
|
||||
u8 id_offset; ///< Offset of this content. Unused by most applications.
|
||||
} NcmContentInfo;
|
||||
|
||||
/* Used by system updates. They share the exact same struct as NcmContentMetaKey */
|
||||
/// Used by system updates. They share the exact same struct as NcmContentMetaKey
|
||||
typedef NcmContentMetaKey NcmContentMetaInfo;
|
||||
|
||||
/// ContentMetaHeader
|
||||
|
Loading…
Reference in New Issue
Block a user