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/fs.h"
|
||||||
#include "../services/sm.h"
|
#include "../services/sm.h"
|
||||||
|
|
||||||
/// NcmContentStorage
|
/// ContentStorage
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Service s; ///< IContentStorage
|
Service s; ///< IContentStorage
|
||||||
} NcmContentStorage;
|
} NcmContentStorage;
|
||||||
|
|
||||||
/// NcmContentMetaDatabase
|
/// ContentMetaDatabase
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Service s; ///< IContentMetaDatabase
|
Service s; ///< IContentMetaDatabase
|
||||||
} NcmContentMetaDatabase;
|
} NcmContentMetaDatabase;
|
||||||
@ -86,7 +86,7 @@ typedef struct {
|
|||||||
u8 id_offset; ///< Offset of this content. Unused by most applications.
|
u8 id_offset; ///< Offset of this content. Unused by most applications.
|
||||||
} NcmContentInfo;
|
} 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;
|
typedef NcmContentMetaKey NcmContentMetaInfo;
|
||||||
|
|
||||||
/// ContentMetaHeader
|
/// ContentMetaHeader
|
||||||
|
Loading…
Reference in New Issue
Block a user