mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added docs for FsStorageId.
This commit is contained in:
parent
b30b567228
commit
66a4db694b
@ -168,14 +168,14 @@ typedef enum
|
|||||||
FsWriteOption_Flush = BIT(0), ///< Forces a flush after write.
|
FsWriteOption_Flush = BIT(0), ///< Forces a flush after write.
|
||||||
} FsWriteOption;
|
} FsWriteOption;
|
||||||
|
|
||||||
typedef enum
|
/// StorageId
|
||||||
{
|
typedef enum {
|
||||||
FsStorageId_None = 0,
|
FsStorageId_None = 0, ///< None
|
||||||
FsStorageId_Host = 1,
|
FsStorageId_Host = 1, ///< Host
|
||||||
FsStorageId_GameCard = 2,
|
FsStorageId_GameCard = 2, ///< GameCard
|
||||||
FsStorageId_NandSystem = 3,
|
FsStorageId_NandSystem = 3, ///< NandSystem
|
||||||
FsStorageId_NandUser = 4,
|
FsStorageId_NandUser = 4, ///< NandUser
|
||||||
FsStorageId_SdCard = 5,
|
FsStorageId_SdCard = 5, ///< SdCard
|
||||||
} FsStorageId;
|
} FsStorageId;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
Loading…
Reference in New Issue
Block a user